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
mohimohi 

Record type

plz provide some illustration on the Record Type New to salesforce.

Thanks

 

Best Answer chosen by Admin (Salesforce Developers) 
iBr0theriBr0ther

Record types allow you to offer different business processes, picklist values, and page layouts to different users based on their profiles. Record types can be used in various ways, for example:

  • Create record types for opportunities to differentiate your regular sales deals from your professional services engagements and offer different picklist values for each.
  • Create record types for cases to display different page layouts for your customer support cases versus your billing cases.
Keep the following considerations in mind when creating or changing a record type:
  • The following special picklist fields are not available for record types because they are used exclusively for sales processes, lead processes, support processes, and solution processes: opportunityStage, case Status, solution Status, and Lead Status. You can use these fields to provide different picklist values for different record types by assigning a different process to each record type.
  • Person accounts are account records to which a special kind of record type has been assigned. These record types are called person account record typesPerson account record types allow contact fields to be available on the account and allow the account to be used in many situations as if it were a contact. A default person account record type named “Person Account” is automatically created when person accounts are enabled for your organization. You can change the name of this record type, and you can create additional person account record types.
  • You cannot delete all the record types for an object if the object is referenced in an Apex script.
  • You cannot deactivate a record type if it is in use by an email routing address for Email-to-Case or On-Demand Email-to-Case.
  • To create record types for campaign members, click Setup | Customize | Campaigns | Campaign Members | Record Types.

    Record types can only be assigned to campaign members using the Campaign Member Type field on new or existing campaigns. To assign record types to campaign members, add the Campaign Member Type field to the campaign page layout. You must have the Marketing User user permission to change the campaign member type. You can also add a read-only Campaign Member Type field to the campaign members page layout.

  • The following campaign member picklists are not available for record types: StatusSalutation, and Lead Source.
  • Salesforce.com recommends creating no more than 200 record types. While there is no limit, organizations may have difficulty managing their record types if they exceed 200.