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
Ranjith DevRanjith Dev 

Edit access for fields when new creating a record by using the New standard button and read-only access when viewing the record.

Hi Team,

I have a custom object and I want to edit access for fields when new creating a record by using the New standard button and read-only access when viewing the record.
I want to achieve this scenario through configuration. if not possible how can i achieve this

Thank you.

 
VinayVinay (Salesforce Developers) 
Hi Ranjith,

This cannot be achieved through configuration (however you can check once using record type),  You need to build a custom page when you click on new button custom page is invoked and fields will be in edit mode and you can set read access on layout to view record detail page.

Thanks,
Ranjith DevRanjith Dev
Thank you, Vinay