Page 1 of 1

How to read service setting in javascript

Posted: Wed Jul 02, 2014 4:34 am
by Bob Fludder

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 ?


How to read service setting in javascript

Posted: Wed Jul 02, 2014 5:41 am
by Evgene Karachevtsev

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)


How to read service setting in javascript

Posted: Wed Jul 02, 2014 6:49 am
by Bob Fludder

That's exactly what I meant. Thank you.