Declare OnChange and Pulse
Hello Everybody,
i have been working with pega since two month yet. At the moment i am trying to implement following issue:
I have got three text input properties which are editable. Every change of value within one of the properties will be logged within a text area "pyDescription" (ID pzMessageSection Class PegaSocial-Message). Yes it is the message section of pega pulse.
So far it works the changes will appear when i am pressing on the submit button (finish assignment). I am using a Declare OnChange with an Activity which writes the changes and concatenate all changes together in D_MessageList.pxResults(1).pyDescription but it will still always appear in the message section after finish assignment!
1) Is it possible to write or to display the changes directly in the text area?
I have still an additional question about sharing the changes. At the moment the changes will be written in the text area after pressing the submit button. So afterwards you are able to edit the automatically insert changes.
2) Is it possible to write the changes direclty in D_MessageList.pxResults(1).pxResults (ID pzShowReplies) without clicking on the share button?
I have tried to copy the action set of the pulse share button in the submit button after finish assignment without success.
Thanks fur support
best regards