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
SanjaySSanjayS 

Record Types.

Can we assign multiple record types to a user. How a record restricted in this case for that user (display all the values as per the all records type or based on most restricted record type ).

 

Best Answer chosen by Admin (Salesforce Developers) 
Vinita_SFDCVinita_SFDC

Hello,

 

Yes you can assign multiple record types to a User, it means user can have access to multiple records types and the multiple record types would be assigned to his profile.

 

But only one record type can be applied on a page at a time. It is not possible to show all the values from all the record types or based on most restrictive records type, as access is not controlled by record types.

 

You can control the access by profiles, roles, sharing rules and fls.

All Answers

Vinita_SFDCVinita_SFDC

Hello,

 

Yes you can assign multiple record types to a User, it means user can have access to multiple records types and the multiple record types would be assigned to his profile.

 

But only one record type can be applied on a page at a time. It is not possible to show all the values from all the record types or based on most restrictive records type, as access is not controlled by record types.

 

You can control the access by profiles, roles, sharing rules and fls.

This was selected as the best answer
SanjaySSanjayS

Thanks!