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
PatcsPatcs 

Qutoe data Autopopulated from Opportunity.

Hi

 

In my project i have an requirement, that the Quote data should be auto populated from Opportunity, when i am clicking on the new quote button from the related list, and this field should be editedable, when user is changing the data in the field it should be changed and updated.

 

Thanks in Advance!

bob_buzzardbob_buzzard

This sounds to me like you'll need to create a custom button that points to the quote create page and also carries information from the opportunity on the URL.  You'll need to set the name of the URL parameter to the id of the HTML element that the information should go into.