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
LeeFrankeLeeFranke 

Display Lookup detail data on form

This is NOT on a VF page. This is on a standard layout page.

 

Is it possible (if so how) by using clicks not code, to display the detail data from a lookup field on the parent form?

 

For instance.

 

I have a custom object of locations that I have on a 'shipto' form that displays the 'shipto' object.

 

When the user selects a location on the  shipto form, I would like to populate the street,city, state fields on the form from the locations object.

 

Is it possible to do it dynamically?

 

So without saving the record, everytime a new location is selected the street, city, etc would change.

 

thanks,

 

lee