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
fdacruzfdacruz 

Customizing/Overriding "New" Object Page

Hi all,

I'm looking to customize/override the New object page for various objects in order to remove the clutter - especially the main objects: Accounts, Leads, Contacts, and Opportunities.

What is the best to do this? It seems that Visualforce is the only way. Would there be any other alternatives if that's the case?
Naval Sharma4Naval Sharma4
If you want to have some customized behaviour in new record pages then it's a good choice and Lightning component and Visualforce pages are the only options. But you if you want to get rid of unused fields then update your page layouts.