THURSDAY, FEBRUARY 23, 2012

Posts Tagged ‘Cheat Sheet’

N

o matter what system you’re working in, it is always critical to be able to identify information about the user who is accessing that system. Being able to identify who the user is, what their groups and/or roles are, and what other attributes their user record has are all important pieces of information that allow you to provide that user with a good experience (without giving them information they don’t need to have or shouldn’t have). Service-now gives administrators some pretty simple ways to identify this information in the form of a couple of user objects and corresponding methods. This article describes the functions and methods you can use to get information about the users accessing your system.

Learn more ...

I
doubt if there’s a single concept in Service-now that is more valuable to understand than how to use GlideRecord methods to query, insert, update, and delete records in your system. These methods have a wide variety of uses and are found at the heart of many of the business rules, UI actions, and scheduled job scripts that are essential to tie together your organization’s processes in your Service-now instance.

While the content of this post isn’t new information (additional examples can be found on the Service-now wiki), my aim is to provide a single page of information containing some common examples of these methods as a reference. This is an excellent page to keep bookmarked!

Learn more ...

Latest Comments

  • Mark Stanger: It looks like it should work. Have you tried it out yet?
  • John Gilaspy: I’ve been using the Export Workflow function for awhile, and was wondering the following would...
  • Wayne: Thank you very much Mark
  • Mark Stanger: These scripts run server-side and are placed in the script field of a workflow ‘Wait for...