update a settings service
Posted: Thu Nov 19, 2015 4:56 am
Hi Team,
I have settings service which stores some parameters
Can I update the settings service with Javascript ?
Thanks
Dongzhi
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi Team,
I have settings service which stores some parameters
Can I update the settings service with Javascript ?
Thanks
Dongzhi
Hello,
Sure, you can change them. Please use JS like:
my_settings.param1 = "value1";
here my_settings - name of the service settings
param1 - it's parameter's name
Thanks