Reference qualifiers

Home/Tag:Reference qualifiers

Advanced Reference Qualifier Using a Script Include

By |2018-07-09T14:59:58-05:00June 21st, 2011|Categories: Script includes|Tags: , |

Reference qualifiers are a powerful tool that every ServiceNow administrator and consultant should have in their tool belt. They allow you to dynamically filter the available options from a reference field. The ServiceNow wiki has some good documentation on this topic so I won’t re-hash that here. What I do want to address is the topic [...]

Fixing the Fatal Flaw of Before Query Business Rules

By |2018-07-09T15:00:02-05:00January 5th, 2011|Categories: Business rules|Tags: , , , |

While this customization may still be necessary in certain situations, ServiceNow handles this issue in Aspen builds or later without any customization. I’ve written before on SNCGuru about how ‘before query’ business rules can (and should) be used to secure row-level read access to records in Service-now. While this usually works perfectly, there is one issue [...]

One Field Shared Between Many Tables

By |2018-07-09T15:41:41-05:00December 31st, 2009|Categories: Scripting|Tags: , , , , , , , , , |

One common problem I encounter with Service-now deployments has to do with the sharing of a field between many tables extended off of the same parent table. Because the Task table and the Configuration Item table make heavy use of extended tables this is where I see the problem most often. What is the best way to make changes to a shared field for the table that I'm working on, but not impact other tables that may be using the same field?

Go to Top