Document Visibility through Apex SDK
Friday, July 26, 2024 at 08:53amWe are creating one package with 2 documents and multiple signers and we want to limit the documents that each signer can view. Is there a way to do that within the same call as the package creation, instead of having to do multiple calls.
Reply to: Document Visibility through Apex SDK
Monday, July 29, 2024 at 05:55pmHello Andrew,
The transaction with the documents and roles would first need to be created, before defining the document visibility rules.
For apex SDK, the steps to define the document visibility rules are provided here: https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/configuring-document-visibility
Thank you