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
Naveen Reddy 177Naveen Reddy 177 

i have two different objects lets say object A and Object B ,Object B users can see the listview from object A page have read only access to object B user for Object A Record that they have access ,how to achieve it ??

i have two different objects lets say object A and Object B ,Object B users can see the listview from object A page have read only access to object B user for Object A Record that they have access ,how to achieve it ?
KrishnaAvvaKrishnaAvva
Hi Naveen,
  • Create a Master-Detail or Lookup relation ship. Object A being Parent and Object B being child. - Should solve related List.
  • Edit the Object A record detail page, go to related lists and add object B.
  • Go to the profile of the user and make Object B read only. - Should solve security.
Regards,
Krishna Avva