User Activity
02-03-2016
HiHow can I get a list of user roles from scoped app script?Scoped GlideUser and GlideSession do not have getRoles() unlike non-scoped versionsThank you
07-29-2015
HiIn global app we used ScheduleOnce to run business rule code delayed within after context - we needed to know previous value of an attribute in rule condition.In Fuji scoped app I get error: "org.mozilla.javascript.EcmaError: "ScheduleOnce" is not ...
Hi. We allow certain device management functions from within incident. Part of the logic is to add entries to incident's journal the tell a person of success or failure of a particular action. But it seems there is another restriction: Function setJo...
03-13-2015
In business rule. Check application access for sc_req_item - all on except for delete. This is a second case like that...org.mozilla.javascript.EcmaError: Method "ScopedGlideRecord" called on incompatible object.Caused by error in Business Rule:1: fu...
03-12-2015
HiI use RESTMessageV2 to connect to external server. Some API calls have parameters in URL (/api/device/{deviceId}/sync'). I need to send POST and replace deviceId with a value. Unfortunately, setStringParameter() does not work and alternative method...