83 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
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
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
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
I want to understand the bulk API return value.
{{baseUrl}}/api/packages/:templateId/bulk_send
How can we use the returned value to retrieve all the transactions created by above API call?
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
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.