Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics

I have a border line case, let's say there are two signers. One signer signs but do not click confirm. How do you find if signer 1 has completed the signature ceremony or not.

 

Is there a change in updatePackage call for new signing experience.

We want to have configured branding for two accounts so thinking to have separate accounts. 

Question is :

I am trying to use ceremony settings in salesforce to customize various options, but they do not seem to render.

Replies Created

Reply to:

0 votes

I tried below but it did not work.

OneSpanAPIObjects.Document document = new OneSpanAPIObjects.Document();

                document.name = Title;

                document.id = fileId;

                OneSpanAPIObjects.Data data_x = new OneSpanAPIObjects.Data();

                data_x.ese_document_texttag_extract_needed = '1';

                document.data = data_x;


Reply to: New Signing Experience Issue

0 votes

No it does not work, Tried that.

OneSpanAPIObjects.Document document = new OneSpanAPIObjects.Document();

                document.name = Title;

                document.id = fileId;

                OneSpanAPIObjects.Data data_x = new OneSpanAPIObjects.Data();

                data_x.esl_doc_extract_type= '1';

                document.data = data_x;

 

public class Data

    {

        String origin;

        String sdk;

        public String esl_doc_extract_type;

 

        public Data()

        {

            origin = 'Salesforce';

            sdk = 'Apex v1.0';

        }

    }

 


Subscriptions

Topics Replies Freshness Views Users

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

2 2 years 10 months ago 41
Profile picture for user Duo_Liang

I have a border line case, let's say there are two signers. One signer signs but do not click confirm. How do you find if signer 1 has completed the signature ceremony or not.

 

2 2 years 10 months ago 72
Profile picture for user Duo_Liang

Is there a change in updatePackage call for new signing experience.

7 2 years 10 months ago 155
Profile picture for user Duo_Liang

We want to have configured branding for two accounts so thinking to have separate accounts. 

Question is :

2 2 years 11 months ago 66
Profile picture for user Duo_Liang

I am trying to use ceremony settings in salesforce to customize various options, but they do not seem to render.

7 2 years 11 months ago 87
Profile picture for user Duo_Liang

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.