User Activity
09-21-2017
Can anyone help me with the script to get the time in the user's timezone?var gt = new GlideDateTime();var gdt = gr.getTime();gs.print(gdt.getDisplayValue());The script above is displaying with an error of (-1) hour.Thanks in advance.
04-25-2017
Hello,Could someone please help where I could find logs for inbound rest calls with the payloads on them?ctomasiThanks in advance.
03-23-2017
Hello,Similar to 'changes()' on business rules (and) 'current/previous' objects on client scripts, is there an easy way to identify if a field value changed from a client side UI action?Thanks in advance.ctomasiMichael.Fry
12-12-2016
To update incidents on reply emails, if the inc# or watermark is found on the email servicenow automatically updates the corresponding incident.But we have a third party email sender, and requiring to update the incident. The email has a unique ident...
10-04-2016
Hello,I have been trying to modify the availability of the email icon.An acl which is always true works, makes it available for all users, but is for all tables.I want to make it available only for one table. Is it possible to retrieve the table name...