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...
Continue reading...