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
DkaniaDkania 

Quickly remove ImplicitParent access on Account

We are trying to quickly remove access to an Account where RowCause = 'ImplicitParent'. We can successfully execute a delete on the AccountShare record and that does remove access but does anyone know if this is permanent? I cannot find documentation on this functionality and my concern is since the record that gave the access still exists the AccountShare record might be systematically created again.
Vivek DVivek D
Hi,
This problem occurs when you have Account and Contact sharing model as private, and account and contact owner are different. For example, Let’s say A is the Owner an Account 'Acme' and there is a contact under that account ‘John' of which B is the owner. According to the sharing setting no A should not see B's contact and B should not see A's account but due to complex relationship of account and contact which exist as MD and Lookup.
When a contact has an account it automatically becomes master details and both A and B will see all the information to that account and contact.
You cannot remove that sharing setting because the contact owner is different from the Account owner