Skip to main content
Solved

Increase the Signer name field length

  • March 5, 2024
  • 2 replies
  • 413 views

Forum|alt.badge.img+2

I ma getting error 100 character limit when the Signer name exceed 1000 characters. Is there a way to increase the length of Signer name?

 Signer signer = new()
 {
     Name = “more than 100 characters”,
     Email = exchangor.Email,
     RecipientId = Convert.ToString(indexSuffix),

…….

}

Best answer by David.Schmitz

@skbelal786 I recently had a ticket where the “100” character on Recipient Name was mentioned as hard product limit, I have never seen an Admin setting to increase limits of this type. I would suggest reaching out to DocuSign Support cause there are backend changes but I think this would be a longshot to have increased.

2 replies

Forum|alt.badge.img+15

@skbelal786 I recently had a ticket where the “100” character on Recipient Name was mentioned as hard product limit, I have never seen an Admin setting to increase limits of this type. I would suggest reaching out to DocuSign Support cause there are backend changes but I think this would be a longshot to have increased.


Forum|alt.badge.img+2
  • Author
  • New Voice
  • March 6, 2024

Thank you David.