Question : The 'Sharing' button has been added to the page layout of 'Associate' custom object. On any Associate record, the Sharing button is not visible for sharing that record using an Apex Sharing Reason. 1. True 2. False
Explanation: OWD of Associate must be public read/write. So sharing is not required for any Associate record. So the Sharing button does not show up.
Question : 'Sharing' button has been added to the page layout of the 'Account' object. OWD of account is public read/write. On any Account record, the Sharing button is still visible for sharing that record using an Apex Sharing Reason.
Explanation: The OWD of the related opportunities, cases or contacts could be private or public readonly. So there is scope for sharing the account.
Question : If a record of Associate custom object has been shared using an Apex Sharing Reason, then that Apex Sharing Reason cannot be deleted until the sharing of that record is changed to use some other Apex Sharing Reason. 1. True 2. False