You need to sign in to do that
Don't have an account?

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.
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.
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,