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
SVS2019SVS2019 

When exactly we need a record type , Please explain with a few scenarios were we really need to create a record type.

Sunil RathoreSunil Rathore
Hi,
Please refer the below link for the record type explanation:
https://help.salesforce.com/articleView?id=customize_recordtype.htm&type=5 (https://help.salesforce.com/articleView?id=customize_recordtype.htm&type=5)

Let me know if it clears your query.

Many Thanks,
Sunil Rathore
Khan AnasKhan Anas (Salesforce Developers) 
Hi,

Greetings to you!

We should create Record Types when they need to be easily distinguished by an end-user. For example, creating a Record Type on an Account called Real Estate that displays many fields related to Real Estate company, and another Record Type called IT Industry that displays many fields related to IT company, are good to distinguish. In this scenario, users can easily identify what Record Type to select while creating an Account.

We can create Record Types when there is a need to create different Page Layouts, Buttons, Custom Links, etc. (on any Objects) based on different requirements. For instance, if any user needs access to only some required fields based on the Record Type, then the user can access different layouts for different Record Type.

You can use Record Types and Page Layouts combinations to display different Page Layout and Record Type to different sets of profile users. For Example, you can assign two separate page layouts to two different Record Types – one for Real Estate and another for IT Industry if you don’t need to display Developer related fields to your Real Estate.

Please refer to the below links which might help you further.

https://www.salesforceben.com/when-to-use-record-types-vs-page-layouts/

https://adminhero.com/2015/03/02/hands-on-with-page-layouts-and-record-types/

https://developer.salesforce.com/forums/?id=906F0000000kCPKIA2

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas
Deepali KulshresthaDeepali Kulshrestha
Hi,

When should we create a Record Type:-

We can create Record Types when there is a need to create different Page Layouts, Buttons, Custom Links, etc. (on any Objects) based on different requirements. For instance, if any user needs access to only some required fields based on the Record Type, then the user can access different layouts for different Record Type.
You can use Record Types and Page Layouts combinations to display different Page Layout and Record Type to different sets of profile users. For Example, you can assign two separate page layouts to two different Record Types – one for Real Estate and another for IT Industry if you don’t need to display Developer related fields to your Real Estate.
  
I suggest to visit this link, it will help you

https://www.forcetalks.com/blog/when-should-we-use-record-types-in-salesforce/
https://www.veonconsulting.com/record-types-in-salesforce/

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.

Thanks and Regards,
Deepali Kulshrestha.