List of questions
Related questions
Question 150 - Certified Sharing and Visibility Architect discussion
Universal Containers has requirement for the Architect to develop Apex Managed Sharing code for the custom Job object. The sharing settings for the Job object are set to Private.
When assigning access level for the record, which two lines of code will cause a DML exception on insert to the database?
Choose 2 answers
A.
Objectname.AccessLevel='Edit'
B.
Objectname.AccessLevel='All'
C.
Objectname.AccessLevel='None'
D.
Objectname.AccessLevel='Read'
Your answer:
0 comments
Sorted by
Leave a comment first