How To Get The Username Of Current User – User Object gs.getUser()
When you are scripting around the current user, you’ll find that the user object comes in handy. There are often times you’ll need to perform … Read more
A ServiceNow Blog & Newsletter
When you are scripting around the current user, you’ll find that the user object comes in handy. There are often times you’ll need to perform … Read more
Best Practices, Scripting, ServiceNow Admin, Time Saving
Clearing the instance cache is a crucial component of being a ServiceNow Admin/Developer. If you don’t understand how and when to clear the cache, you … Read more
If you’re a ServiceNow Admin, you’re very familiar with the idea of using gs.log(). It’s an extremely common scripting practice to see what the output … Read more
When To Use autoSysFields(false) As a ServiceNow Admin, you’ve most likely experienced this scenario before. You need to bulk update a few hundred records, by … Read more
Understanding Async Business Rules All ServiceNow Admins need to understand when to use an async business rule, and when not to. An async business rule … Read more
How To Prohibit Access When most ServiceNow Admins think about granting or restricting access, the first thing that comes to mind is ACL (Access Control … Read more
Add A Source To gs.log(value, source) ServiceNow environments can create millions of system logs on a daily basis. And no one has time to manually … Read more
Informational and Error Messages with g_form() Sometimes, you want to show everyone visiting a certain form some information. Say you’re experiencing an outage, or there’s … Read more
Use get() with ServiceNow
Best Practices, Career Advancement, Scripting
What is addEncodedQuery() This is something that will end up saving you a lot of time and can make your GlideRecord queries a lot cleaner … Read more