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
GobbledigookGobbledigook 

One Record, Multiple Owners?

Hey all, this might be a really simple question or it might not.

 

I have a Custom Record that will have multiple Accounts associated with it.  Is there any way to have that Custom Record show up on all the Accounts' related lists? 

 

 

cloudgofercloudgofer

there are many ways this can be achieved.

1. make the custom object child object of the account object. (Master detail relationship)

2. Use sharing settings to define additional visibility to the record (assuming Org wide default is set to Private for custom object)

3. Set Public Read only for custom object in Org Wide Default.

GobbledigookGobbledigook

Will this enable the Custom Record to be displayed on the related lists of all the accounts involved?  The problem I was running into with the Master Detail was that it would show on the related list of the Master Account, but not with the other Accounts involved.