Release: Orlando

Auto-login to an instance with URL parameters

There is a possibility to login to the instance via the URL. You just pass you login name and password via URL paremeters like follows: https://{INSTANCE_NAME}.service-now.com/login.do?user_name={USER_NAME}&sys_action=sysverb_login&user_password={PASSWORD} Just replace marked placeholders with your real data and you are good to go. But note: of course, this is a very unsecure way of logging in.

Setup autocomplete for a reference field

Another tiny guide

ACL evaluates to false even though Admin override checked

Admins getting security constraints even though ACL has Admin override checked

Copy attachments from inbound action

From email to any record

Clone any record

Get all fields of a source record and clone into a new one

Get a GlideRecord with a single line code

A simple code snippet for getting a GlideRecord