Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

producer and current object definitions

squillis
Mega 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

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.