TrustCenterCancelSigning
Cancel signing of document sent to Trust Center.
Syntax
TrustCenterCancelSigning([Document],"UserComment")
Function arguments
- Document – (UNKNOWN) Document sent to sign in Trust Center. It can be value of document field or AttId of attachment
- UserComment – (String) Comment which explain why signing is cancelled.
Return value
This function returns String. Returns error description if something went wrong, otherwise the result is an empty string.
Examples
Example 1: This will set status of the document stored in Trust Center to „Cancelled”. Also will send email with specified comment.
TrustCenterCancelSigning([Document],"Sent wrong version of file")