• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How to skip a signer

New Here ,
Aug 03, 2016 Aug 03, 2016

Copy link to clipboard

Copied

Another way to look at this is that if a document has 3 signers (signer1, signer2, signer3), can I use the API to pass 1 signer and have them sign for signer3.

-----------------

Is there a way to skip a signer?  For example, some of my forms I have 3 signers (signer1, signer2, signer3).  Some of my forms I have 2 signers (signer1, signer2). And some of my forms I have two signers but identified as (signer1, signer3).  When merging all the documents together with 3 signers, everything get's picked up correctly and works.  However, if my business rules point me to only merging the 3rd set of documents (signer1, signer3) and there are only 2 signers, the signer3 fields never get signed.

Here are my recipients:

var signer1 = new RecipientInfo

            {

                email = "xxx@gmail.com",

                signingOrder = 1,

                role = RecipientRole.SIGNER,

                signingOrderSpecified = true,

                roleSpecified = true

            };

            var signer3 = new RecipientInfo

            {

                email = "xx@example.com",

                signingOrder = 3,

                role = RecipientRole.SIGNER,

                signingOrderSpecified = true,

                roleSpecified = true

            };

I was hoping that the signingOrder number would be equate to the signer#, but it doesn't appear that way.  Does anyone know how this can be done?

Thanks

-Doug

Message was edited by: George Haines

Views

1.5K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Aug 06, 2016 Aug 06, 2016

Hi georgeh41942114

Please send an email to support@echosign.com with complete description of your issue.

Please also share the workflow that you are trying to achieve, on mail.

Regards,

Meenakshi

Votes

Translate

Translate
Adobe Employee ,
Aug 06, 2016 Aug 06, 2016

Copy link to clipboard

Copied

Hi georgeh41942114

Please send an email to support@echosign.com with complete description of your issue.

Please also share the workflow that you are trying to achieve, on mail.

Regards,

Meenakshi

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 06, 2023 Sep 06, 2023

Copy link to clipboard

Copied

LATEST

Did you ever figure it out?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines