Question
CallScript component help
Why exactly we needed this CallScript component in Pega Robotics?
We can use the script component to dynamically send the values to variables used inside the script/input parameters.
How does script and callscript differ?
Can we write C# syntax code in Callscript editor?if yes, how can we validate the script?if No - the string with dynamic parameters(tokens) can even be acheived with stringutils?
I am not able to see the Callscript Popup using show method. I am getting error "Invalid URI: The format of the URI could not be determined."
How does this Call script - Device work please share an example.
Please help.
Thank you!
The purpose of this component is to provide a UI to display text on so you could display this as a "script" (script like what an actor or actress would use) that a user would read from to their customer. The "script" (script like short snippet of code) component allows you to write your own C# code to do whatever you like. I don't believe I've ever used the "call script" component ever (over fifteen years).
It certainly seems like you have found a bug in the component. If you have a use case for it, then I would recommend that you open a support request to have it looked into. It might be just as easy to create your own UI to display a popup with whatever text you want though.