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
Nagesh NagarajaraoNagesh Nagarajarao 

Customize on page layout for 'new' record

It appears that 'most' of the options available for customizing page layout, only affects the 'edit' page layout and not the 'new' record page layout.
I am looking at customizing page layout while creating 'new' record.

I want to have some field as 'read only' and some fields not visible in new record page layout (just like formula field)
a. Do I have to go with creating new VF page?
b. Is there any other way in Salesforce?

Need Help
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Nagesh, hope it helps.

Please mark it as best answer if the information is informative.so that question is removed from an unanswered question and appear as a proper solution.

Thanks
Rahul Kumar
Nagesh NagarajaraoNagesh Nagarajarao
Hi Rahul,
I had already gone through the answers / idea sent through the links.
Infact, when we are about to post a question, this forum provides you similar questions which was already posted earlier.
I want to know whether there is any option available now!!
Jonathan Bissell 3Jonathan Bissell 3
You can create a lightining page, and use the "Set Componet Visiblity" filter on to extend the customization. I hide all fields until the required fields are entered. 
David Roberts 4David Roberts 4
use a quick action button: see https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000A8LzYSAV
Riley Hyde-GreenRiley Hyde-Green

You can currently do this with Dynamic Forms (Only on custom objects)

 

Component Visibility by Created By (any field) = Blank

 

This will make the section visible before creation and hide it afterwards.

Thaddeus FerberThaddeus Ferber
John Bissell and Riley Hyde-Green's solution worked for me as well. Are we sure it only works on custom objects? It worked just fine for me with Opportunity records. I documented it here: https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000JfmWPSAZ  (https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000JfmWPSAZ)
Be sure to read both my comments, the 2nd comment provides a step by step of the approach Jonathan and Riley suggested.