TrustCenterGetSignedBy
Returns emails of people who already signed this document. The result is string with emails separated by commas.
Syntax
TrustCenterGetSignedBy([Document])
Function arguments
- Document – (UNKNOWN) Document to check. It can be value of document field or AttId of attachment
Return value
This function returns String. Comma separeted string
Examples
Example 1: Returns emails of people who already signed document placed in this field.
TrustCenterGetSignedBy([Document])