QuestionQ211

Application Automation

Which syntax is used in a Record Producer script to access values from Record Producer form fields?

  • A producer.field_name
  • B producer.variablename
  • C current.variable_name
  • D current.field_name
Explanation

Record Producer form values are exposed through the producer object and referenced by their variable name, using producer.<variable_name>. The current object refers to the target record being created, not the submitted producer variables.

Community Discussion

No comments yet. Be the first to start the discussion!