Run a script to find the total size of all the attachments in your ServiceNow database.
Read MoreBlog
Discovery
Learn the basics of what ServiceNow discovery is and how it works.
Read MoreHeader Message for ServiceNow
Add a header message to ServiceNow to notify users of ServiceNow Updates, critical incidents or anything you need your ServiceNow users to be aware of.
Read MoreAdding Top Navigation Buttons to ServiceNow
This customization adds more functionality from the top menu in ServiceNow. You can add few buttons to help direct people to important ServiceNow applications.
Read MoreServiceNow Fuji: Move Update Set Picker Back to Header
UI Script to add the Update Set Picker back to the header bar in ServiceNow Eureka and Fuji.
Read MoreCopy 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 MoreWeekly Progress Gauge
How to create a weekly progress gauge for homepages
Read MoreSpecial Coalease Scripts for Data Imports
ServiceNow allows a "coalease" field on Transform Maps to match data for insert/update on data imports. How do you make conditional coalease methods or special scripted coalease imports?
Read MoreLock 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 MoreIncident State Active on Reply from Caller
This business rule will set the state to active on incident if a caller respond via Self Service or by email. This is helpful if you had the incident in a state of "Awaiting User Info" or another "Awaiting" state previously.
Read More