Question
Cognizant
NL
Last activity: 19 Jul 2016 6:44 EDT
Can we propagate the Pega pulse comments from one work-object to other?
Based on some action Can we propagate the Pega pulse comments from one work-object to other?
Message was edited by: Lochan to add Category
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Cognizant
NL
I followed the mentioned and was able to achieve the requirement.
Each message generated will have a property "pyIndirectObject" in which the InsKey of the work object the message related to will be stored. So you can use this property to fetch the values then by copying the messages values and passing the other message instance(PegaSocial-Message class) values accordingly you can generate new message instance with the pyIndirectObject value as per your requirement.
Pegasystems Inc.
IN
Hi
What do you mean by propagating ? Do you want the same pulse message to be visible in multiple assignments ?
Can you please elaborate your use case ?
Also worth checking this PDN help article which talks about how you can play with PegaPulse and customize it ... https://community.pega.com/sites/default/files/help_v72/procomhelpmain.htm
Cognizant
NL
The scenario here is like the work objects will be moved from one folder to another, same time the Pega pulse comments from old folder should be moved to new folder. Can we do this removing the Pega pulse comments from the old folder case and appending them in the new folder case?
Pegasystems Inc.
IN
Well, I am not sure about it.
May be others can comment if they have done something similar.
Pegasystems Inc.
GB
Hi Venkata,
I don't believe there is a way of doing this OOTB - to my understanding the 'context' of a Pulse Post is set by the currently Open Work Item (or User/Group etc) : If you have (say) W-1 open the pulse post will have that Work Item as it's context; and if you open a Work Item "W-2", the context will switch to that; but there is no way that I can see of 'cross-posting' to anything but the currently open Work Item.
I think you would have to write some customization for this I think (perhaps customizing the Pega Pulse Gadget so that it looked for any other Work Item References and triggered a back-end call of the Pega Pulse Activies to make the Cross-Post ?); and/or you could log a Enhancement ('Feedback') Item so that our Product Teams could see if this would be desirable and feasible feature to add in some future release of Pega Pulse.
Thanks
John
Cognizant
NL
I followed the mentioned and was able to achieve the requirement.
Each message generated will have a property "pyIndirectObject" in which the InsKey of the work object the message related to will be stored. So you can use this property to fetch the values then by copying the messages values and passing the other message instance(PegaSocial-Message class) values accordingly you can generate new message instance with the pyIndirectObject value as per your requirement.
Accepted Solution
Cognizant
NL
I followed the mentioned and was able to achieve the requirement.
Each message generated will have a property "pyIndirectObject" in which the InsKey of the work object the message related to will be stored. So you can use this property to fetch the values then by copying the messages values and passing the other message instance(PegaSocial-Message class) values accordingly you can generate new message instance with the pyIndirectObject value as per your requirement.
Pegasystems Inc.
IN
Hi Venkata,
Thank you for updating here with the solution!
Regards,
Lochan | Community Moderator | Pegasystems Inc.