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
skdevskdev 

veiw record based on User login Record type.

I have 2 record types which i have set to different profiles.

A  restricted user creates a record and saves it. When a super user logs in he should be able to see the new created record with the record types assigned to super user and not that or restricted user.

Restricted user has a picklist with 3 values Super user has the same picklist with 6 values.

is it possible when the super user open the record to view craeted by restricted user he be able to see all the picklist values.

AmitSahuAmitSahu

The picklists are assigned to recordTypes. So whoever will see the record with a specific recordtype the picklist values will be limited as assigned to the recordtype.

 

If your super user is looking at a record with a deferent recordType, still he will see the limited picklist values that are assinged to the other user's record type.

skdevskdev

So record type approach is not feasible for my requirement rt.

Can you suggest me how i can work to get this.

I want a set of users to see one set of values for picklist and when the super user logs in he should be able to see all the values in the picklsit. Can you help me with a solution for this .

johnc82johnc82

Are those the only record types available on that object?