Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Salesforce Exam Sharing and Visibility Architect Topic 3 Question 38 Discussion

Actual exam question for Salesforce's Sharing and Visibility Architect exam
Question #: 38
Topic #: 3
[All Sharing and Visibility Architect Questions]

Universal Containers (UC) uses a custom Lightning component with an Apex class to display shipment information (custom object, Private organization-wide default). 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 feature did the development team miss that is causing the problems?

Show Suggested Answer Hide Answer
Suggested Answer: B

Contribute your Thoughts:

Ah, the old 'isShareable' method, the classic go-to for record visibility issues. It's like they've never heard of field-level security. Option B is definitely the way to go here.
upvoted 0 times
...
Jeannetta
16 days ago
Wow, looks like they really dropped the ball on this one. Using the runAs method in the test class to enforce user permissions would have been a great idea. Option C is the way to go.
upvoted 0 times
...
Robt
17 days ago
I think using runAs in test class could also help enforce user permissions and field level permissions.
upvoted 0 times
...
Laura
19 days ago
I agree with Lashonda. They should have used isShareable keyword to assure record visibility.
upvoted 0 times
...
Rosita
24 days ago
The development team should have used the isAccessible() method in the Apex class to check field-level permissions. Option B is the correct answer here.
upvoted 0 times
Alease
5 days ago
Sales Rep: I can see the shipment amount, even though I'm not a manager.
upvoted 0 times
...
Kimberely
10 days ago
Sales Manager: The shipment records are visible to other users. This is a problem.
upvoted 0 times
...
...
Lashonda
24 days ago
I think the development team missed using isShareable keyword in Apex classes.
upvoted 0 times
...

Save Cancel