84 results matched your search criteria
Forum topic
OneSpan Sign
I have a few questions about the authentication pattern for the APEX SDK. I think I know the answers but I'd like confirmation:
Forum topic
OneSpan Sign
Hi Duo,
We have one scenario in which we have 2 salesforce orgs. For the first org we want to submit the pdf for signature using APEX SDK and in the another org we want to sign the pdf from Salesforce Community page using APEX SDK only.
Forum topic
OneSpan Sign
I'm wondering if the APEX SDK has the ability to create a sender. I see that some of the other SDKs can.
https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/managing-senders
Forum topic
OneSpan Sign
Hi Team,
Is there any way to authenticate signer while signing the document from Email.
Scenario: We just want to block the un-authorized user from signing if that user get access to the signing link from forwarded email.
Regards,
Forum topic
OneSpan Sign
Transaction is being created in One Span through apex but transactions are not being created in Salesforce. What's the process to create the transaction in Salesforce?
Forum topic
OneSpan Sign
We 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.
Forum topic
OneSpan Sign
I have requirement to auto-prepare and send transaction from Apex code, without redirecting user to a visualforce page. Please point me to any documentation, post, or code recipes to implement this. Thank you.
Forum topic
OneSpan Sign
Hello,
I have been searching in the SDK code for a while and I am unable to find how reminders are created for a package. There are ways through other SDKs as well as the REST API and the Salesforce connector. Am I missing something ?
Thanks
Forum topic
OneSpan Sign
Hello, We have integrated our salesforce application with onespan using APEX SDK.
Forum topic
OneSpan Sign
I am using a sandbox so perhaps the class definition does not match what is there.
I get an invalid primitive error on the following code snippet:
string pkgId = ESignLiveExamples.createPackageExample();
ESignLiveSDK sdk = new ESignLiveSDK();
ESignLiveAPIObjects.Package_x pkg = sdk.getPackage