Blog

Copy Fields from Parent Record

When using child records in ServiceNow, you can copy data from the parent record by using a couple of methods.  One method is using filters, which I discussed in this blog post, Ignore_filter_on_new.  

Another method is using a display business rule.  Here are a couple of examples

Read More

Lock Out Users in Sandbox Instances

Want to lock out users from using your ServiceNow Dev, Test, and Sandbox instances?  This script will lock out all the users that are not admins.  Afterwards you can unlock/lock the users you want to have access, and they won't accidentally login into the wrong instance.

Read More