I have a service set up with my default settings. I know I can refer to it with {url} as a parameter in another rest service. Is there a way to get its value in a javascript function ?
I have a service set up with my default settings. I know I can refer to it with {url} as a parameter in another rest service. Is there a way to get its value in a javascript function ?
Hello Bob,
Please clarify, do you mean that you have Settings (REST settings) service? Then you can get the value of any parameter through
codeServiceName["paramName"]/code
Please note that this entry is case-sensitive (lowercase, uppercase)
That's exactly what I meant. Thank you.