Blog

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

Navigation by URL

In ServiceNow, users can directly navigate to a record or module with queries by using a URL. This article contains various examples to navigate by url in ServiceNow.

Read More

Non-Scrolling News Widget

There is a news widget included with ServiceNow with a scrolling feature.  I don't like the scrolling feature, because I would rather just see a list of items all at once.

So I made a gadget that doesn't have the scroll.  

Read More