TrustCenterGetSignedDocument
Download signed document from TrustCenter.
Syntax
TrustCenterGetSignedDocument([Document],"SignedDocument")
Function arguments
- Document – (UNKNOWN) Field which contains document sent to Trust Center. It can be value of document field or AttId of attachment
- SignedDocument – (UNKNOWN) [Optional] Field to store signed document
Return value
This function returns String. Function returns error description if something went wrong, otherwise signed document is saved and error code is an empty string
Examples
Example 1: This will save signed document based on uploaded one in attachments section
TrustCenterGetSignedDocument([Document])
Example 2: This will save signed document in specified field, if the second field is absent the signed document will be saved in attachments
TrustCenterGetSignedDocument([Document],"SignedDocument")