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
SFDC_Dev_2009SFDC_Dev_2009 

Custom Address field

Hi ,

 

I would like to populate Custom address fields(Billing/Shipping) inside Opportunity and Case detail page from Account detail page Standard address fields (Billing/Shipping)  and viceversa

 

Currently there is no address data type available.

 

Can anyone please guide me to achive this ?

rohit.maratherohit.marathe
Try to take the textarea data type for address field or split address field and take as text.
SFDC_Dev_2009SFDC_Dev_2009

Hi Rohit,

 

I have split the address field into tesxt fields,it looks fine on the edit page but i want a compound field(Billing Address) on the detail page ,

 

I can use a formula field (Billing Address) here to combine the individual address fields ,but i dont want the splitted fields on the detail page,it should be available only on the edit page.

 

Is it wise to use inline visualforce here? will it become too complicated for the data flow between objects.

 

Thanks