TrustCenterFinishSigning
Finish signing of a document sent to Trust Center if partial signing is turned on. It will also work when all signatures are collected or the partial signing is off but a signature process is not finished.
Syntax
TrustCenterFinishSigning(document)
Function arguments
- document – (UNKNOWN) the document sent to sign in Trust Center. It can be value of a document field or an AttId of the attachment.
Return value
This function returns String. Returns an error description if something went wrong, otherwise the result is an empty string.
Examples
Example 1
This will finish a signature process in Trust Center if partial signing is turned on and all signers has made a signature.
TrustCenterFinishSigning([Document]);
