User Activity

As an ex-DB guy, I am always interested to see how ServiceNow works under the hood.Therefore, I did a little experiment on my PDI.First I created a table called u_device with a single mandatory field u_imei: And then I opened "Scripts - Background" a...
When reviewing the ACLs of an instance, we noticed that the role "itil" has full read access to the table "sys_encryption_context".We do not fully understand the reasoning behind this.Can anybody elaborate? Thanks a lot & BestDaniel
Hi I have a situation where I pass a GlideRecord to a cutomer-defined function to perform some check.In order to avoid the customer to mess with the GlideRecord (intentionally or uninitentionally), I would like to make the GlideRecord read-only befor...