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
yk will 5454yk will 5454 

Custom Object Address Similar To Accounts

I would like to have separate fields for the address, state, city, ZIP code. When it's on editing mode it should be in separate fields, but when it's on viewing mode it should be in one line how do we do this.

Ispita_NavatarIspita_Navatar

The problem  with your requirement is that:-

1. if you display any field in edit mode , it will surely be displayed in the detail page, in case you want to show thw separate fields as a single unit by  using formula fields will fail as then the single felds and the separate fields too will be displayed.

2. So the only way out for your requirement's implementation would be to  build a custom page and code it as per your requirements and override the New button with your custom page.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.