Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Universal Containers (UC) has created a custom Invoice object. Standard sales users at UC can see the records in search layout, but when they click to view the detail, only record name, created date, and last modified date are shown. When the system admin accesses it, he or she sees the full record detail with many more data fields.

What is the likely cause of this issue?

A.

A role-based sharing rule is missing and should be added for the sales user's role to grant access to the fields.

B.

The Sales Users profile does not have access to the remaining fields.

C.

The page layout assigned to Sales User profile has only Read-Only access to the fields.

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?

A.

Use isShareable keyword in Apex classes to assure record visibility.

B.

Use isAccesible() method in Apex classes to check field accessibility.

C.

Use runAs in test class to enforce user permissions and field level permissions.

Universal Containers (UC) sales managers are complaining that they cannot access their teams’ Shipment records (a custom object). Initially, the admin suggested that this is happening due to a misconfigured Role Hierarchy (Shipment organization-wide default is Private). After investigation, they determined the Role Hierarchy for these users is correct.

What is the reason why UC sales managers are unable to see shipment records?

A.

The Role Hierarchy implicit sharing was incorrectly disabled by the admin.

B.

The Ownership-based sharing rule for Shipment was incorrectly disabled by the admin.

C.

The Grant Access Using Hierarchies option on Shipment Sharing Settings was incorrectly disabled by the admin.