[progress Communities] [progress Openedge Abl] Forum Post: Re: Update Value For Settings...

  • Thread starter Thread starter Mohammed Siraj
  • Start date Start date
Status
Not open for further replies.
M

Mohammed Siraj

Guest
Yes Ithrees, this is supported in Rollbase. Settings is basically a singleton object in Rollbase Tenant and hence, you can directly reference the record from any context ( Other ObjectDef's trigger, any formula field, script component of a page) as {!#SETTINGS.id}. You can also reference it and use in server-side API calls. Eg: rbv_api.setFieldValue("$SETTINGS", {!#SETTINGS.id}, 'UserName', 'John'); // where UserName is a text field in Settings Object Definition Note: Integration name of Settings Object is '$SETTINGS'.

Continue reading...
 
Status
Not open for further replies.
Back
Top