Blog

Wait for Catalog Tasks to Complete

In workflow on catalog task creation, you can always specify "Wait for completion" to have catalog tasks wait to close until moving on in the work.  You can also use a "Join Activity" to wait for tasks as well.

Sometimes you don't want to do that or it doesn't work for you.  Possibly you want to do other activities and wait at a later point in the workflow.  Here is a script useful for checking if catalog tasks are complete in a workflow.

Read More

Javascript Code Formatting

ServiceNow has made programming more accessible to hundreds of new programmers. Many have never programmed before, and may not understand the basics.

One key detail to remember is to always remember to format your code.  Formatting code is the act of placing tabs or spaces in the code to indicate your code structure.

Read More