Copy link to clipboard
Copied
I have a program that is using the Adobe Sign C# SDK. I am running into an issue that occurs when I am adding Form Fields to an Agreement. I get the response:
{"code":"RESOURCE_MODIFIED","message":"Resource is already modified with newer version"}
The program knows everything it needs to know before creating and sending the Agreement. The workflow is:
1) GetBaseUris
2) await CreateTransientDocumentAsync
3) await CreateAgreementAsyncWithHttpInfo
4) GetAllMembersWithHttpInfo
5) GetFormFieldsAsyncWithHttpInfo
5.5) GET THE ETAG FROM THE RESPONSE
6) UpdateFormFields
Sometimes the program sends fine, and other times it doesn't. Why isn't this consistent? Any way to create a more consistent sending? UpdateFormFields also sends the Agreement. Below is a similar issue, but not
Solved: Adding form fields to an agreement, returns "Resou... - Adobe Support Community - 10323864
Have something to add?