- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2016 11:43 AM
Accessing a variable inside a Record producer script? I've seen various answers to this question. - What is the official answer? | current.variablename or producer.variablename |
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2016 11:46 AM
it is producer.<variable_name>. "current" points to the record which is about to get created from this record producer.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2016 11:46 AM
Hi Eric,
For record producers it should be producer.variablename. For catalog items it will be current.variablename.
I hope this answers your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2016 07:31 AM
Hello,
I have a catalog item generated from a record producer. What would it be in this case?
Thanks
Ira
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2019 08:48 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2016 11:46 AM
it is producer.<variable_name>. "current" points to the record which is about to get created from this record producer.