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
jayanth reddyjayanth reddy 

Permissions to particular object

I am having an object named abc
That object is related to so many projects 

I want to give access to client based on account


For eg:
1) AbcdId:abc-0001
    name:Ravi
    Acc:bus
    acc owner: suri
    proj:Tyre

For eg:
2) AbcdId:abc-0002
    name:teja
    Acc:car
    acc owner: venkat
    proj:seating


Here are two eg
one record belong to one acc and the other belong to other acc
i want to give access for suri to see only the first record and i want to give access for venkat only for second record