vijay | Posts: 5

Error message as "Another Signer must accept or sign before you."

0 votes
Hi eSignLive, I have one package with in that had only one document. Package contains two signers(lets say A,B ) and the document has one signature block of B. Here is the flow 1. when i login with A and check the document header(between navigation links) I'm able to see message like "Your signature is not required on this document" this is expected. 2. when i login with B and sign the document and later i have checked header by logging in with A user I'm getting message like "Another Signer must accept or sign before you." Could you please help me out how to get rid of this message on document header? Thanks, Vijay

Attachments
harishaidary | Posts: 1812

Reply to: Error message as "Another Signer must accept or sign before you."

0 votes
Hi Vijay, Could you please share a package id for which you are experiencing this issue? Thanks,

vijay | Posts: 5

Reply to: Error message as "Another Signer must accept or sign before you."

0 votes
Hi Haris, Here is the packageId : hGtA7L5OzJmc1pqrdKYZOh0Dx3I= Thanks, Vijay

harishaidary | Posts: 1812

Reply to: Error message as "Another Signer must accept or sign before you."

0 votes
This looks to be a bug on our side. Please send an email to support to have a case number created for you. For now, the only workaround I can think of is to turn on autocomplete.

vijay | Posts: 5

Reply to: Error message as "Another Signer must accept or sign before you."

0 votes
Do you mean turn on auto complete for package after completion of all signatures of documents? If so, please let me know how to turn on auto complete for specific package. Thanks, Vijay

harishaidary | Posts: 1812

Reply to: Error message as "Another Signer must accept or sign before you."

0 votes
Yes, that's what I meant. Since this is normally turned on by default, I was assuming you were disabling it as you should see something like "Package has been completed" instead of "Another signer must accept or sign before you" (since all signatures have been signed). In any case, you can turn on/off autocomplete like so:
DocumentPackage superDuperPackage = PackageBuilder.NewPackageNamed("Change Signer Example")
                .WithAutomaticCompletion()
            //    .WithoutAutomaticCompletion()

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off