settings service
Posted: Mon Jun 08, 2015 3:21 pm
Can I assign the database id from my settings file to a variable in my javascript?
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/
Can I assign the database id from my settings file to a variable in my javascript?
Hello Terry,
Sure, you can get it:
var dbId = myDB_settings.database_id;
here myDB_settings - name of the database setings service
worked a treat, Thanks