Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
1

Getting "Invalid id: {!CFO_Survey_Recipients__c.Id}" Error Message sending Agreement, Salesforce

New Here ,
Jun 05, 2020 Jun 05, 2020

I have created a button called "Send Annual Controlled Self Assessment" on an object called CFO_Survey_Recipients__c in Salesforce. The Agreement Template has been created and is referenced in the button. The button code looks like this;

 

{!URLFOR('/apex/echosign_dev1__AgreementTemplateProcess?masterId={!CFO_Survey_Recipients__c.Id}&templateid=a6w7E0000008bLYQAY')}

 

When I click the button to fire the agreement, I get the following error every time "

Invalid id: {!CFO_Survey_Recipients__c.Id}". I have referenced the correct Salesforce ID in the button, and the Agreement Template references the correct object. Has anyone encountered this error message before?
TOPICS
Send documents
1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 21, 2020 Jul 21, 2020

Yes I have had a similar issue when using a "send provider application" button on the Lead object. Mine is for the {!Lead.Id}. It gives me the invalid error. It used to work fine before we updated the package, but now I can't seem to get it to work right. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 22, 2020 Jul 22, 2020

Update: I talked with one of the Adobe Support admins and they gave me the correct formula:

 

{!URLFOR('/apex/echosign_dev1__AgreementTemplateProcess', null, [masterId = Object.Id, templateId='agreement ID'] )}

 

I hope that helps!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 02, 2021 Apr 02, 2021

its worked for me

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 09, 2025 Feb 09, 2025

HI,  I used the same format but I get a different error as below and also it does not populate the opportunity record automatically 

 

swetha_3335_0-1739109352667.png

 

 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Feb 11, 2025 Feb 11, 2025
LATEST

Hi swetha_3335,

 

Thank you for reaching out. 

 

We have checked that you are using the Adobe Sign Enterprise plan. If you have an integration-related question, the experts can best answer it. Please contact our Adobe Sign Enterprise support team for the correct information. You may contact them using the steps in the following help document: https://adobe.ly/4hNB0au.

Refer to the following help document for more information on Acrobat Sign Integration: https://adobe.ly/4gyVNxx.

 

Thanks,

Meenakshi

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines