Hidden Field Classes: Internal Type

Hidden Field Types

Note: When you create a custom field, use one of these supported field types. Other field types, such as User Input, are for internal use only and are not supported for custom fields. Where can we find these other hidden field types? And how can they be used (yes… we know that we shouldn’t… )? …

Hidden Field Types Read More »

Servicenow-Google integration using OAuth 2.0

Once upon a time, I wanted to set up an integration between Servicenow and Google using OAuth 2.0. I went straight ahead to the Servicenow documentation. Everything was there, so I started following the steps provided.   It worked! I could test the connection and get some data from one of the services provided by Google. …

Servicenow-Google integration using OAuth 2.0 Read More »

Studio URL: sysparm_transaction_scope

Code Search using Studio IDE without Applications

Servicenow Geneva provided us with a great tool for developers: Studio IDE. It includes some nice features, such as the ability to search the instance and find some code. However, Studio IDE is not very friendly when you don’t want to work with applications. Opening Studio IDE A modal panel forces you to create or …

Code Search using Studio IDE without Applications Read More »

Avoiding code duplication in Catalog Client Scripts

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.   Andrew Hunt and David Thomas The Pragmatic Programmer   One of the first questions I asked when I started working with the Service Catalog in Servicenow was how to share some common functionality among Catalog Client Scripts in order to …

Avoiding code duplication in Catalog Client Scripts Read More »