83 results matched your search criteria
Forum topic
OneSpan Sign
I am using the text tag extract example found here: Text Tag Extraction (Apex SDK) | OneSpan Community Platform
Forum topic
OneSpan Sign
Hello,
I am not sure if this is an issue with the APEX SDK, REST API, or bug in eSignLive. We are using the APEX SDK to create the package + documents in one call from a custom Salesforce page.
Forum topic
OneSpan Sign
Is there an example somewhere showing how to set up delegate access with the APEX SDK?
KB
Forum topic
OneSpan Sign
Is there an endpoint to add multiple documents to a package? The APEX SDK appears to only have a method to add one at a time. Trying to minimize callouts from SF.
Forum topic
OneSpan Sign
Is it possible to download the signed document and evidence summary PDF as a single PDF with the apex SDK? Right now we get each file separately.
Forum topic
OneSpan Sign
Hi Duo,
Do you have an example of how we can use the APEX SDK to set the expiry date?
Also, looking for a method to extend the time for an expired package?
Thanks!
Peter
Forum topic
OneSpan Sign
I was trying to implement Call back service in Salesforce from One Span. I have implemented all the steps in Salesforce mentioned in Part 1, Part 2 and Part 3. But however when a transaction is completed in One Span my apex method is not being called. No logs as well.
Forum topic
OneSpan Sign
I just started with Apex SDK and its integration in one of my developer sandbox. But i didnt see anything with the API key in my sandbox (screenshots attached). So i created a client Id and client secret but not sure if its the right way of creating a API key.
Forum topic
OneSpan Sign
Hi,
We are a use case where we need to merge fields from related contact object into the document before sending it for signing. It was possible using conventions by adding a field mapping. However, through the APEX SDK, I do not find any documentation to achieve the same.