Manual & Apex Managed Sharing in Salesforce
In this video, we will talk about Manual Sharing and Apex Managed Sharing.
Manual Sharing
Manual Sharing is used to share the record Manually. For Example, you are working on an Opportunity record and You need help from your colleague. In this case, you can share the record with him/her and take the help.
Apex Managed Sharing
-Apex Managed Sharing only works when the OWD is either private or Public Read Only.
-Apex Managed Sharing is used to share the records when you can not use Sharing rules.
-We do insert the Share Record using Apex trigger/class.
-Maintained across ownership changes
-Requires “Modify All” permission
Responses