Skip to main content

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),

…….

}

@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.


Thank you David.


Reply