What should a Salesforce architect recommend to make sure that users that gained access to a custom object record through Apex managed sharing do not lose access to it when its owner is changed?
A.
Use “runAs” system method in Apex classes to enforce record visibility.
B.
Create a new record in _Share object with RowCause “Manual”.
C.
Use “With Sharing” keyword to make sure record visibility will be considered.
D.
Create a specific Apex Sharing Reason for the custom object.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Comments