Default Record Types:
A user’s default record type is specified in the user’s profile. Users can view their default record type and edit record type selection in personal settings. You can’t specify a default record type in permission sets.
Master Record Types:
In Profiles: You can assign the master record type in profiles, but you can’t include custom record types in the profile.
In Permission Sets:You can assign only custom record types in permission sets, not master record types.
In Profiles: You can assign the master record type in profiles, but you can’t include custom record types in the profile.
In Permission Sets:You can assign only custom record types in permission sets, not master record types.
Reference Article – https://help.salesforce.com/s/articleView?id=sf.permissions_record_type_access.htm&type=5.
insert new Contact( LastName = ‘Testing’ );
Output:
Execute the below code in Anonymous Window.
insert new Contact( LastName = ‘Testing’ );
They should have provide capability to set default record types from permission set. We cant just create new profiles only for assigning the record types.