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
SaranSaran 

Auto Populate Quote's Billing Address Fields.

Hi All,

When we create a Quote (i.e) child of Contact. The standard Email and Phone field in the quote will be auto-populated based on the selected contact.

Now the requirement is that, We have to auto-populate the Standard Billing and Mailing address fields of quote based on the selected contact Billing and Mailing address fields.

Note: we want to pre populate. Not to populate after it is inserted or updated. 

Thanks ,
Saraz
Mudasir WaniMudasir Wani
Dear Saraz,

You can use formulae to achieve this,
https://developer.salesforce.com/page/An_Introduction_to_Formulas

Hope this helps !!!!!!!!
SaranSaran
Hi Mudasir,

Thanks for your response,

But in my case I want them to pre populate. So if the user wants to change the address he must be able to change them accordingly. 
Mudasir WaniMudasir Wani
You need a custom visualforce page and a custom controller for this solution.
I don't feel you can achieve it without that.
Virendra ChouhanVirendra Chouhan
You need to create visualforce page for this case.
Sourav PSourav P
hi saran, Its a post from long back, plz share how you solved it? i hav a similar need. thnx