Forums

Hi,

I want to implement some sort of writeback feature for our transactions to update a Salesforce record upon completion.

Is it possible, once we've identified that a package has been completed, we can query using the packageId the values that a client has inputted into their transaction?

I'll have around 14 different input fields and these all need mapping to individual fields in Salesforce.

Cheers in advance,

Cam

Forums

Hi Team,

I have multiple pages contract which has multiple signers.

For a specific signer, i am trying to add a input text field.

I am able to add the field but I am interested to make the field required and show up on multiple pages so user do not have to key in values for each page.

 

Requirement:

  • Make a text field required via tags not UI
  • Make the text field available on multiple pages so user do not have to key in same info multiple times. Basically bind multiple text fields as one.

Thanks

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();

                //return url set and button label

                settings.ceremony.handOver = new OneSpanAPIObjects.Link();

Forums

https://community.onespan.com/documentation/onespan-sign/codeshare/designer-view-apex-sdk

I believe we are using nCino's managed package built on Apex SDK for OneSpan RESTful API interface.  I believe this SDK is available from GitHub showing about 25 Apex API's but I don't see "Designer View" as part of GitHub Apex SDK's. There does seem to be a "Designer View" available as shared "Apex code", is this correct?

We have encountered two issues

Example code shows you how to add, update, and remove fields.
Tags
Rate this Code Share
Downloads
26
Source type
Direct file upload - File will be hosted on developer website
File