Forums

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. What is the best way to debug this. Please guide

Forums

We're not using One Span Connector for Salesforce. We will use Apex SDK.

Our OS production license has 3 users and the same three users exists in Salesforce. How can I set up a authentication between Salesforce user and OS users? so that OS can understand who has submitted the request from Salesforce.

e.g. If I submit the transaction request from SF to OS using common API Key, how will OS understand who has submit the request (meaning who is the sender). Do I need to call any API to get the role details and then manually set the sender in the apex? 

Forums

We are exploring a solution to display signature blocks utilizing the Apex SDK based on the Signer’s time zone.

We can find documentation on this for Java and .Net SDKs but nothing for Apex. I checked and do not see any “withTimeZoneId()” methods in the Apex SDK. We are currently using the Apex SDK to generate a signing URL in the community portal.

Here is a snippet of the code used to generate the Signing URL. 

ESignPackageCreator pkg = new ESignPackageCreator();

Forums

We were able to leverage the ceremony settings and were able to take our customers to our defined url after they complete signature.

Two days ago, it mysteriously stopped working. Now it just shows "Done" button which does not do anything.

 

OneSpanAPIObjects.Settings settings= new OneSpanAPIObjects.Settings();

                settings.ceremony = new  OneSpanAPIObjects.CeremonySettings();