Hello!
I am currently using the Apex Toolkit to send envelopes from Salesforce and i have a question about Tabs. I have a TextTab with an hardcoded value (so i use the withValue() method) that i am attaching to a recipient. This tab is not read-only, so the recipient of the envelope can update the field. My question is: where does this tab value go once the document is completed and saved back to Salesforce? I tried looking on the
DocuSign Envelope Document object and the DocuSign Envelope Recipient but i don't seem to find it. My requirement is to save back the value of this tab with a trigger on another object, so i need to be able to access those tabs and values from somewhere in salesforce.
I hope i gave a clear enough explanation.
Thank you