TrustCenterGetSignersData()

A TrustCenterGetSignersData() rule function returns a list of signers for the given document sent to Trust Center. This function will throw an exception if the document has not yet been sent to Trust Center.

Syntax

TrustCenterGetSignersData(document);

Function arguments

  • document – (Object) a document for which a list of signers is to be retrieved. It can be a value of a document field, a document id or a file object.

Return value

This function returns NULL.

Examples

Example 1

Returns a list of signers data for the document stored in [document] field on the form.

TrustCenterGetSignersData([document]);