The Complete Guide To System Properties
What Are System Properties? Every ServiceNow instance is controlled, in a major way, by System Properties. This is a table that is behind the scenes, … Read more
A ServiceNow Blog & Newsletter
What Are System Properties? Every ServiceNow instance is controlled, in a major way, by System Properties. This is a table that is behind the scenes, … Read more
How To Create A REST Message There is a time in every ServiceNow admins life when they want to start writing code and begin creating … Read more
What Is An Update Set? Update Sets are really the building blocks of ServiceNow. It is how customizations are bundled up, and transferred across ServiceNow … Read more
What Is ServiceNow? ServiceNow can be a little confusing to be explain, as it has so many different use cases. So let’s dive into what … Read more
Why Use The orderBy() Method? What is orderBy() and why would you ever use it? Great question, we’d love to address it below. There are … Read more
Deleting A Record This functionality is only available to ServiceNow admins, and when deleting records proceed with caution. If you delete records on tables that … Read more
GlideRecord On The Client vs Server If you ever see a GlideRecord query, anywhere on the client side, it’s a HUGE red flag. It indicates … Read more
This article is really geared towards ServiceNow admins that are just getting into the system and administration. If you’ve been in ServiceNow for a while, … Read more
Use subtract() To Get A Date Difference Here is a quick server side script where you can get the duration difference, between 2 GlideDateTime objects. … Read more
How To Add Days To A Date Scripting with time in ServiceNow can keep you up at night. It can be tricky, difficult to get … Read more