ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 10 - Certified Sharing and Visibility Architect discussion

Report
Export

Universal Containers (UC) uses a custom lightning component with an Apex class to display shipment information (custom object, private OWD). UC sales managers are complaining about two important points:

Shipment records that belong to their teams can be seen by other users.

Shipment amount should be visible only by managers, but sales reps are able to view it.Which two features did the development team miss that is causing the problems?

Choose 2 answers.

A.
Use run as in test class to enforce user permissions and field-level permissions.
Answers
A.
Use run as in test class to enforce user permissions and field-level permissions.
B.
Use with Sharing keyword in Apex classes to enforce sharing rules evaluation.
Answers
B.
Use with Sharing keyword in Apex classes to enforce sharing rules evaluation.
C.
Use is Sharable keyword in Apex classes to assure record visibility.
Answers
C.
Use is Sharable keyword in Apex classes to assure record visibility.
D.
Use isAccessible() method in Apex classes to check field accessibility
Answers
D.
Use isAccessible() method in Apex classes to check field accessibility
Suggested answer: D
asked 23/09/2024
wietse Bonnes
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first