Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

User Activity

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.
Hello,Could someone please help where I could find logs for inbound rest calls with the payloads on them?ctomasiThanks in advance.
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
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...
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...