Complex Type: WorkFlowParticipantEx

A workflow transaction will have one of more participants as described on the Participant object.

Parameter Type Requirement Description
username string mandatory The email address of the account to be used as this signer.
note string mandatory The note to be displayed to this signer during their signing session.
fieldName string mandatory The name on the form field.
fieldTBS string mandatory The name on the form field.
name string mandatory The name of the participant.

Usage Details

The following provides more details descriptions for some of the parameters on this data type.
Parameter Detailed Description
username The email address of the account to be used as this signer. The account will only be created automatically if the skin is configured to autocreate accounts.
note The note to be displayed to this signer during their signing session. This is free format and can be anything. For example: You are the second signer; please review the document.
fieldname The PDF field name of the form field within the PDF that will have this signers signature placed within it. The field within the PDF MUST be of type SIGNATURE else the signing will fail.
fieldTBS The PDF field name of the form field within the PDF that will have this signers name placed within it. The field within the PDF MUST be of type TEXTBOX else the signing will fail.
name The name of the participant. This is used within the signature block in the signing text and also in any TEXTBOX field that exists in the PDF with the name defined by fieldname.