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
salesforce@14salesforce@14 

Permission Set Issue

I have a scenario: There are two groups of users in the same profile, User 1 and User 2 I have two Record Types on a custom object, say R1 and R2. The Master record Type is assigned to this profile.

The requirement is as: User 1 must have only R1 record type and User 2 must have only R2 record type assigned to it. It means that while creating a new record, User1 should get R1 Record Type and User2 should get R2 Record Type.

But how i am getting is for both users, the page is redirecting to the Master Record Type.

How to Overcome this?

Thanks in advance
Andy BoettcherAndy Boettcher
You can either have the Master RT assigned to a profile - or Custom RTs.  You cannot have both - if you try to do that in the Profile editor, it will actually uncheck the "Master" RT.

Can you take screenshots of your RT assignments in the Profile Editor for both profiles?