Exam Sharing-and-Visibility-Architect Topic 1 Question 74 Discussion
Actual exam question for Salesforce's Sharing-and-Visibility-Architect exam
Question #: 74
Topic #: 1
Question #: 74
Topic #: 1
If you want to create some logic that will share certain records in APEX code, you just have to create special records that will open access to the desired records.
The aim is to create records of certain type, for example, all share objects for custom objects are named as ____________?
The aim is to create records of certain type, for example, all share objects for custom objects are named as ____________?
Suggested Answer:
MyCustomObject__Share
Explanation:
The correct format for creating share objects for custom objects in Apex code is MyCustomObject__Share.
Share objects are used to grant access to individual records that are owned by another user or queue.
For standard objects, the share object name is ObjectNameShare, such as AccountShare or ContactShare.
For custom objects, the share object name is ObjectName__Share, such as MyCustomObject__Share or Project__Share.
Explanation:
The correct format for creating share objects for custom objects in Apex code is MyCustomObject__Share.
Share objects are used to grant access to individual records that are owned by another user or queue.
For standard objects, the share object name is ObjectNameShare, such as AccountShare or ContactShare.
For custom objects, the share object name is ObjectName__Share, such as MyCustomObject__Share or Project__Share.
by Merle at Jun 24, 2026, 11:48 AM
0
0
0
10
Comments
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.
Report Comment
Commenting
You can sign-up / login (it's free).