83 results matched your search criteria
Forum topic
OneSpan Sign
HI Team,
How can we allow a particular signer to upload a signature file into the agreement?
I know how to do it from UI but need to do it using salesforce apex code. Right now we are just adding the role as below.
Forum topic
OneSpan Sign
https://community.onespan.com/documentation/onespan-sign/codeshare/designer-view-apex-sdk
Forum topic
OneSpan Sign
I am trying to create one span transaction with package using Apex SDK. But I am receiving this error. I have a placeholder role as "Placeholder1" which I am replacing with a signer in the transaction.
Forum topic
OneSpan Sign
We're trying to implement OneSpan Sign, but in the process of using Apex SDK, we noticed that Callback Event Notifications are not getting created for the transaction. If we create the transaction manually in Salesforce, event notifications are created for the transaction.
Forum topic
OneSpan Sign
Hi,
Is it possible to add a field to allow users to input a job position? And make it a required field?
I'm struggling to find a TYPE & SUBTYPE to support this requirement.
Thanks in advance,
Cameron
Forum topic
OneSpan Sign
I am creating a package with a pdf file and JSON Payload with Package status as 'SENT'. It is creating the Packae successfully in Postman. But when I used the same file and JSON payload in the Apex class and posted the API it gave the response as a BAD request.
Forum topic
OneSpan Sign
Hello, We have integrated our salesforce application with onespan using APEX SDK for our e-signature use cases.
We are using a text tag to capture signer's tax number : {{esl_TaxNumber:Signer1:textfield:value(""),size(160,22)}}
Forum topic
OneSpan Sign
Hello,
We have integrated our salesforce application with onespan using APEX SDK for our signature use cases. We want to know how can we set reminder while we are creating the package using apex sdk. Could you please share the instructions?
Thanks
Anway Kabir
Forum topic
OneSpan Sign
Hi Team,
I am new to OneSpan and start working on the Apex SDK. I have gone through the SDK documentation but I am not able to find out how we can attach the signed document to the record or package can be assigned to the Parent record.
Forum topic
OneSpan Sign
I am using Apex SDK for one of our project in Salesforce and it does work while uploading document binaries. However, randomly on certain times it creates a validation error. This error has something to do with emails because by changing email address this error goes away.