+ Add post
Hi All,
Executing the below line in business process using script task element to refresh the page.
Terrasoft.Configuration.MsgChannelUtilities.PostMessageToAll("refreshSalesByVolume", Newtonsoft.Json.JsonConvert.SerializeObject(payload));
Where can I find the "refreshSalesByVolume" text in the source code/sections?
I am new to Creatio. Please help.
Many Thanks.
Like
It's Creatio cloud-based environment, where can I find the "refreshSalesByVolume" text in the source code/sections?
Hello,
Take a look at this article. There you can find an example of how to send a message via script task and how to proceed it.
Thanks for the inputs