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.

It runs in the background, and this is the only way it differs from the Set Form Data plug-in.

Table 1. Properties

Name

Description

Mandatory

Group Name Modes

field[index] (former name: xpath)

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

 This also needs to be updated under the Add button.

Yes

Form Fields NA

value[index]

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

Example:

Direct value: My Value

Value from form field: [/my:myFields/my:field2]

Value from solution field: [field1]

Yes

Form Fields NA

Example

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

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