-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signer.CustomFields is not updated when calling update recipients method. #307
Comments
@sameedaris please if you can clarify your issue. Is your issue updating recipient email or updating custom fields values? |
@sameedaris, If your aim is to update only the email you do not have to edit/add custom fields for this user.
|
Hello, |
@sameedaris Any custom tabs once assigned to signer are accessible just as normal tabs associated with him. To get all signer tabs you can add ListRecipientOptions with option to include tags. This should return Tabs object containing list of all tabs assosiated with him
` |
I need to update CustomFields for Signer not Tabs. Here is Code for setting custom fields . please guide me how to update custom fields.
|
CustomFields and Tabs/Tags are essentially the same. You can convert any filed ( text, date ) and save it as CutomField. |
Thanks @ivdinkovds . You mean to say if my code loads all tabs for particular signer it should have custom field values too. I will check it for sure. but the problem is that I don't want to make Get recipients method call because of DocuSign violation rules. I just want to make update call with respective ID. |
Hi @ivdinkovds , I ran a test and custom fields are separate property in C# SDK. They are not populated inside tabs property, Please check screenshots. |
@sameedaris Thanks for finding this out. Most of the time our customers by signer custom fields reference the document custom fields assigned to particular signer which are found under Tags. My apologies. In this case you are correct. We tested it and confirmed, signer custom fields update functionality does not appear to work. There is a bug case created now |
Thanks a lot. |
@ivdinkovds Could you please give us rough Idea when this should be fixed ? Our product delivery is dependent on this. |
@sameedaris Update: It has high priority but It is really up to the engineering team to decide on delivery and deployment. |
OK thanks . |
Hi @sameedaris , unfortunately, from my experience, it will probably take a long time for this type of issue to be fixed. |
Thanks @LarryKlugerDS . |
@LarryKlugerDS Boss any update on this? Thanks in advance. |
Hello, |
I am updating email of the recipient using C# docusign SDK. update Email is working fine.I am calling envelopesApi.UpdateRecipients method beside update email I want to Update custom fields of that particular signer. It is not updating custom fields with new values that I am providing value by setting singer.CustomFields Property. Please suggest what to do
The text was updated successfully, but these errors were encountered: