What are some of the aspects of ServiceNow that makes it popular? Why and how did it expand so quickly and take over entire markets?
Read MoreBlog
ServiceNow Performance Troubleshooting
Some system performance troubleshooting tips for your ServiceNow instance.
Read MoreAdd Workflow to ServiceNow Knowledge
Here is a quick fix to add workflow and approvals to ServiceNow Knowledge
Read MoreFinding the sys_id of a record
ServiceNow has the sys_id of fields sort of hidden. However there are a couple of tricks to get that sys_id field. This article demonstrates some of those tricks.
Read MoreServiceNow Global Text Search
Global text search is the search box in the top right corner of most ServiceNow instances.
Global Text Search uses text indexes to search multiple ServiceNow tables in a single search. This global search is a great feature and you can configure it for even more additional functionality.
Read MoreServiceNow Attribute ignore_filter_on_new
ServiceNow has a lesser documented dictionary attribute called ignore_filter_on_new. This attribute is not important to you, until you realize what is happening in your ServiceNow instance due to this attribute not being used.
Read MoreManaging Child Tasks in ServiceNow
If you close a parent record in ServiceNow, what is done with the child tasks? There are multiple ways to deal with these child tasks in ServiceNow. Depending on your business requirements, you can choose one of these methods to meet your needs.
Read MoreExtend an existing table
If you created a new table, added a lot fields, and then realized it wasn't extended off a table you need like the task or cmdb_ci table, it can be a big process to delete the table and start over.
Here is a script to extend an existing table.
Read MoreAll CI Classes Currently Used
Here is a background script you can use to find all the CI Classes that are used in your ServiceNow Instance. You can use this script in scripts - background or alter slightly to use a script include for a report.
Read MoreUse Excel to query Duplicate CI Relationships
I have another article about duplicate record scripts. That post covers how to find a duplicate in one column of table in ServiceNow.
However for the CI Relationship table, there are two columns (Parent and Child) that determine unique. Here is a trick using excel to find duplicates in the CI Relationship table.
Read More