Question

Bank of America NA
IN
Last activity: 8 Aug 2025 6:23 EDT
Calling DSS in Paragraph rule is not working in Pega Infinity 24.1.1
We have a existing paragraph rule which includes DSS by using following function. When I save as the paragraph rule in higher ruleset version or In private edit if I do save the DSS is not working. Instead of DSS value it shows the function code in the UI. We are using Pega Infinity 24.1.1.
<%=String.valueOf(pega_rules_utilities.getDataSystemSetting("ruleset","DSS setting"))%>
We also tried to create new paragraph rule and insert the DSS which is also not working.
We tried to insert property in paragraph rule it was working, But we want to go with existing approach with DSS call directly in paragraph rule and not willing to create lot of properties.
Thanks in advance.