function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Chidanand MChidanand M 

Salesforce and echosign Integration

Hi friends,

I have agreement related list on Opportunity.
I have an uploaded file for the new agreement.
In the uploaded file there is a label Name.
I wanna fetch the Name from Opportunity and populate the label 'Name' in the uploaded file, soon after the uploaded file is sent for signature.
Its very ugent, Could u plz help me to achieve this.
TIA.
 
SonamSonam (Salesforce Developers) 
If you are trying to fetch a field value to a document - it will have to be through a merge field. One option you have is to create the document you are uploading as a custom template in salesforce such that it can pick up field values from within and populate in the document.

https://help.salesforce.com/apex/HTViewHelpDoc?id=merge_fields_email_templates.htm

Hoping i've understood your requirement crrectly and this helps!