Referencing a Dynamic System Settings variable from javascript
I have a javascript function that I call from an action set on a button. I have a variable in that javascript that I want to have set to a dynamic system setting variable.
var url = '<%= com.pegarules.generated.pega_rules_utilities.getDataSystemSetting("rulesetXX","ServiceUrl")%>';
This doesn't work. I just get back that same string not the DSS variable. What's the proper syntax for doing this?
***Edited by Moderator Marissa to update platform capability tags****