Author Archives
A five year Service-Now veteran, who has tackled complex problems in virtually every part of the tool.
-
Bite #4: Workflows should never contain current.update()
Can using current.update() within a workflow’s script activity cause harm?
-
Bite #3: Store Sys IDs in User Preferences
-
Bite #2: Fixing Update Set Blunders
-
Bite #1: Global Business Rules are Bad News
What is a Global Business Rule? These are business rules that are created with “Global” in the Table field. In the past these were used to define functions and other useful code that the developer wanted to use throughout the… Read More ›
-
Service-Now JavaScript Library Resource
Something that is missing when you get started with Service-Now development: a package of tools to make a developer’s life easier. A good part of the reasoning behind this, is that Service-Now intends for you to do all development directly… Read More ›
-
How to Report on Weekly Development
-
FruDevCon ’14: Come Meet Me!
-
Developer Search 2.0
-
How to Use Background Scripts
What? Background Scripts are Service-Now’s most direct method to run JavaScript directly against the server. This makes them an excellent way to test out the code intended for use in Script Includes, Scheduled Jobs, and Business Rules. Additionally, this is… Read More ›