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
AnkehAnkeh 

Case Management without View all permission

Hi All,
Requirement is:
User should be able to see the Case requested by him/her even though the Case gets assigned to some other profile user. The object level acess is Private and all profile have only Read, Create, Edit permissions and no 'View All' permission. Only the profile to which all cases are getting assigned will have View All permission. Is there a way to accomplish this?

Thanks.
VinayVinay (Salesforce Developers) 
Hi Ankeh,

Try to use the permission set and provide access as per your requirement.  I haven't tried this approach but however, if you can try using permission set you can achieve the closest possible way.

Permission sets Reference:
https://help.salesforce.com/articleView?id=perm_sets_overview.htm&type=5

Thanks,
Vinay Kumar