0 votes
in Salesforce by
If we want to share records based on condition like share records to a group of users.Whose country criteria is India. What are the steps to be followed?

1 Answer

0 votes
by
Setup ? Security Controls ? sharing settings ? Click on ‘Edit’

Apex sharing: Share object is available for every object(For Account object share object is AccountShare ). If we want to share the records using apex we have to create a record to the share object.
...