You need to sign in to do that
Don't have an account?
How to allow only related users to edit the record ?
Hi All,
I have a custom object with four lookup fields to User.
All records of this object should be readable to all org users. (This could be done by setting OWD to public readonly)
And each record of this object should be editable to only those four users who are linked via four lookup fields.
These four users could be any users and vary one record to another.
How can I implement this without asking my users to manually share their records.
Can anybody help me?
I have a custom object with four lookup fields to User.
All records of this object should be readable to all org users. (This could be done by setting OWD to public readonly)
And each record of this object should be editable to only those four users who are linked via four lookup fields.
These four users could be any users and vary one record to another.
How can I implement this without asking my users to manually share their records.
Can anybody help me?
What you can possibily do here is create a custom button (to share the record with lookup specified users) through which call a VF page and controller class and share the record through that class -