How to call a When Rule using JavaScript
Hi.
I am working with Pega 7.1.7 to develop a Not auto-generated section using HTML and JavaScript and I would like to set the value of a JavaScript variable using the response value of a When rule as:
- var valueRequired = <Returned value from When Rule>;
However, I do not know the syntax for that. Can you please tell me how can I call a When rule using JavaScript?
Thanks in advance.