Deferred Set Form Data Plug-in

The Deferred Set Form Data plug-in allows you to set a value in a form field at a specific point in the process.

This plug-in is the same as Set Form Data plug-in except for the fact that it runs in the background.

Properties

Name

Description

Mandatory

field[index] (old name xpath)

The form field for which a value needs to be set.

Yes

value[index]

The value which needs to be set in the form field.

Example:

Direct value: My ValueValue from form field: [/my:myFields/my:field2]Value from solution field: [field1]

Yes

Example

The following example sets the field named myDivision to the value in the NewDivision solution field, and the field named myName to the value in the NewName form field.

  • field0 – myDivision
  • value0 – [NewDivision]
  • field01 – myName
  • Value1 – [/my:myFields/my:NewName]