Deferred Set Form Data Plug-in Properties

The Deferred Set Form Data plug-in allows you to set a value in a form field at a specific point in the process asynchronously using SVService. (It otherwise performs the same operation as the Set Form Data Plug-in.)

Value Pair

Description

Mandatory

value [index]

The value to be set in the form field.

Yes

xpath [index]

The XPath to the form field.

Yes

Example

The following example sets the field named my:Division to the value in the New Division field, and the field named my:Name to the New Name field.

  • value0 – [New Division]
  • xpath0 – //my:Division or /my:myFields/my:Division
  • Value1 – [New Name]
  • xpath1 – //my:Name or /my:myFields/my:Name