When an Account’s field Share_With_User__c (a lookup to User) is filled, automatically share that Account with that user via Apex sharing.
Apex Trigger to When an Account’s field Share_With_User__c (a lookup to User) is filled, automatically share that Account with that user via Apex sharing in Salesforce To automatically share an Account with a user when a lookup field (Share_With_User__c) is populated, you must use Apex Managed Sharing via an Apex Trigger. Because the Account is … Read more →