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
Raj ChatterjeeRaj Chatterjee 

Hide fields on creating page.

How to hide a field on creating page but visible on details page?

Only using Standard Tool .

mukesh guptamukesh gupta
Hi Raj,

By Standard way it's not possible. You can override New button and then hide this fileds from creation page.

if you need any assistanse, Please let me know!!


Kindly mark my solution as the best answer if it helps you.

Thanks
Mukesh





 
Raj ChatterjeeRaj Chatterjee
I need a assistance plz help me.
Raj ChatterjeeRaj Chatterjee
I need a assintance Mukesh
Maharajan CMaharajan C
Hi Raj,

Yes you can do it in the out of the box functionality with the help of  2 - >Record Type,  2 - > Page Layout and  Work flow Rule.

1. Create two Record Types.(Name it as New, Detail)
2. Create two Page Layout. (Name it as New, Detail) . Remove the fields in New Page layout which you want to hide it.
3. Assign the New Pagelayout as the default on the profile.
4. To bypass the record type select screen ( Your name(in header) - > My Settings  - > Display and layout  - > Set Default Record Types ) or Give user access to only NewRecord using profile. 
5. Create the Work Flow rule to switch thre recordtype . Fire only on record creation. Criteria - > Name NOT EQUAL TO null . Create the Field Update. In the Field to Update dropdown  select Record Type field and choose the Deatil in Field Value dropdown.

Thanks,
Maharajan.C
Raj ChatterjeeRaj Chatterjee
Its not working Kindly guide me @ Maharajan  C
 
mukesh guptamukesh gupta
Hi Raj,

Please follow below url:-

https://trailhead.salesforce.com/en/content/learn/projects/workshop-override-standard-action/override_4

if you need any assistanse, Please let me know!!


Kindly mark my solution as the best answer if it helps you.

Thanks
Mukesh