producer and current object definitions

squillis
Kilo Expert

Simple question.   I have found the definition for all of the extensions for the Producer and Current objects when scripting in the past but am having difficulty finding them now.   Can anyone provide a link to the list of extensions for the objects so I can see what options are available besides the .variables, .variable_pool, .redirect, etc. options?

5 REPLIES 5

Brad Tilton
ServiceNow Employee
ServiceNow Employee

The actual record producer fields aren't accessible from the producer object, just the variables. You actually have to use the sys_id of the record producer to get the gliderecord and access the values that way.