Blog

ServiceNow 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 More

Managing 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 More

Extend 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 More

Use 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