Question
Bradesco Seguros
BR
Last activity: 8 Apr 2017 16:08 EDT
HTML rule using DSS variable
I am developing a solution, where it will be necessary to use an HTML rule, so when the operator requests log off, it is directed to the source page. In this solution the operator will access the handle through a portal outside the PEGA
I want to use the HTML Rule to direct the operator to the source page, a variable that was created in Dynamic System Seetings, as in the example below:
@ Utilities.getDataSystemSetting (BRDSSO, "ExternalLogin / UrlSiteProdutor")
How can I use this in an HTML rule?