Tag
Byte
15 posts.
-
Update Incident Auto Close Time in ServiceNow
Quickly learn how to update how many days an Incident stays in the Resolved state in ServiceNow.
-
Byte #15: Display Business Rules & g_scratchpad
One of the core principles to maintain optimal performance in ServiceNow is: Minimize round trip server calls from client scripts.…
-
Byte #14: Deleting Tables does NOT transfer in Update Sets
Simply put: As of Eureka Patch 5, deleting tables does NOT transfer in Update Sets, so be prepared. Steps to delete…
-
Byte #13: Requested For as a Variable
In the Service Catalog, it’s almost *always* necessary to ask who the request is actually for, after all, someone might…
-
Byte #12: How to Export an Update Set
There’s numerous situations that require developers to backup their ServiceNow configurations: cloning over an environment, uploading work to ShareNow, and…
-
Byte #10: Triggering Notifications from Workflows
There’s more than one way to send out notifications from a Change or Service Catalog workflow… what’s the best way?…
-
Byte #9: Properly Granting Permissions…
The Problem There’s a number of ways to dole out roles and privileges in the system, but which will result…
-
Byte #8: Magical Left Hand Nav Shortcuts
Left Hand Nav Shortcuts .list Type in a table name followed by “.list” to be taken directly to a list…
-
Byte #7: Workflows should never contain current.update()
The Scenario You’re using a script activity in the Change Workflow to look up the value of a particular field…
-
Byte #5: Fixing Update Set Blunders
The Problem How do you get configuration/code from the wrong update set to the correct one? The Wrong Way As…
-
Byte #6: Store Sys IDs in User Preferences
The Situation Often times a script will need to reference a particular group (such as an advanced approval script). Best…
-
Byte #4: Global Business Rules are Bad News
What is a Global Business Rule? These are business rules that are created with “Global” in the Table field. In…
-
Byte #3: How to Use Background Scripts
Note: This is an updated blog post from 4 years ago on my personal blog. I’ve reviewed it for accuracy…
-
Byte #2: GlideAggregate Examples
Note: This was originally posted on my personal blog back on 2014. However, I’ve reviewed it for accuracy and found…
-
Byte #1: Getting Distinct Records
Note: This is a repurposed post from my old personal blog — however I’ve reviewed everything, and it’s still relevant, and Kingston compatible!…