I have a question about writing data back to Salesforce from a DocuSign generated document. The document is sent from an opportunity to Docusign, in the document I want to write back a custom field of the recipient (contact). The DocuSign document is generated for an opportunity object.
I have tried to get the recipient contact fields by
dsfs__DocuSign_Envelope__c > dsfs__DocuSign_Envelope_Recipient__r > dsfs__DSER_ContactID__r > custom_field__c
and
dsfs__DocuSign_Envelope_Recipient__c > dsfs__DSER_ContactID__r > custom_field__c
but neither of them works.
Is it possible in the DocuSign Console write the data back to the contact object (recipient)?
Edit from Comment below:
I don´t get an error message I just see in the document that the fields are not related to Salesforce.
The Opportunity from which I generate the DocuSign Document has one or more related contacts but I want to write back the data to the Docusign recipient (contact) but I don´t know how I can get this data from the Docusign Console Tool.
First I have to select the object, I thought that I start with something like this:
dsfs__DocuSign_Envelope_Recipient__c > dsfs__DSER_ContactID__r >
to get the contact from the related recipient but this doesn´t work.
I need to know if it is possible and how