Hi!
I found this article where you can add a 'Refresh page' through a script task in a process. It uses this: "Terrasoft.Configuration.MsgChannelUtilities.PostMessageToAll(
"FXRefreshContactPage"
,
""
);"
How to Refresh a Page from a Process in Creatio (formerly bpm’online) | Customer FX
Is there a way to do the same for adding a po-up?
I tried with "this.showInformation()" but it doesn't work.
Also, I tried the Add-on from the Marketplace but it doesn't work.
Thank You!
Like
1 comments
18:50 Dec 08, 2022
Hello,
You need to add the client-side handler method for the received message from the server (using ClientMessageBridge described here) and in this method handler (like onNewUserSet in the example) call the showInformation method and display the popup.
Show all comments