Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

There are a few ways to display the address field from the lead object in various sections:

  1. Create a new section on the lead page layout and add the address field to it.

  2. Edit an existing section and add the address field to it.

  3. Create a custom field that concatenates the various components of the address field (street, city, state, zip code, etc.) and add it to the lead page layout.

  4. Use a custom visualforce page to display the address field and embed it in a section on the lead page layout.

  5. Use a third-party app or plugin that provides address autocomplete or mapping functionality, and integrate it with the lead object to display the address field in various sections.