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

Salesforce Sharing-and-Visibility-Architect - Salesforce Certified Sharing and Visibility Architect (SP25)

Universal Containers uses the standard Case object to track various support requests sent to servicing agents. Currently, the Case object has more than 400 fields. Eight different types of case processes have been established, each with a unique combination of statuses. The Director of Customer Service wants to ensure that servicing agents see only the required information specific to the case type they are addressing.

Which option is recommended to implement this requirement?

A.

Use Dynamic Forms with different field sections representing the relevant fields per case type, and control visibility of sections by Case Record Type value.

B.

Use different Page Layouts per case type, each representing the relevant fields per case type.

C.

Use a custom LWC to override the View action of the Case object, and a Custom Metadata Type to define the relevant fields per case type.

Universal Containers uses 75,000 distributors that have close to 1 million total users. Distributors need to use the community to see closing opportunities assigned to their distributor for delivery.

Which license recommendation will meet distributor needs?

A.

Customer Community Plus

B.

Partner Community

C.

Customer Community

Universal Containers implemented Sales Cloud and requested that only certain branch staff trained to sell high-risk products can create opportunities for high-risk products.

How should an architect allow only specific branch staff to sell high-risk products?

A.

Set the price book OWD to View Only and share the (High Risk) price book with the trained staff via manual sharing.

B.

Set the price book OWD to View Only and share the (High Risk) price book with the trained staff via a sharing rule.

C.

Set the price book organization-wide default (OWD) to View Only and share the price book (High Risk) with the trained staff.

Users at Universal Containers are complaining that a field has disappeared from the Account page after last weekend's deployment. The page layout did not change with this deployment.

How should the admin troubleshoot this issue?

A.

Run a Who Sees What report, filtering on Account.

B.

Leg in as 3 user and check several accounts to isolate the problem records.

C.

View Field Accessibility in the Object Manager.

Universal Containers has a Performance Feedback custom object (Private organization-wide default) used by customers to report any issues with delivery drivers. Feedback should not be visible to the driver, but any feedback records should be accessible to people above them in the Role Hierarchy, even when the driver changes managers.

Assuming managers have Read access to the Feedback object, which three steps are necessary to solve these requirements?

A.

Remove Read permission on the Driver profile, have feedback ownership transferred to the driver when feedback is submitted, and create an ownership-based sharing rule.

B.

Remove Read permission on the Driver profile, have feedback ownership transferred to the driver's

manager when feedback Is submitted, and use the Role Hierarchy to give access to a driver's manager.

C.

Remove Read permission on the Driver profile, have feedback ownership transferred to the driver when feedback is submitted, and use the Role Hierarchy to give access to a driver's manager

Universal Containers created a public group with certain sales engineers to help on complex deals, as well as a sharing rule to grant access to these opportunities. The Opportunity organization-wide default is Private.

What is the impact of these sharing settings?

A.

Sales engineers and their managers in the Role Hierarchy will also have access to these records.

B.

Subordinates of managers who have sales engineers in the public group will also have access to these records.

C.

Other sales engineers who are in the same Role Hierarchy as the sales engineers of the public group will also have access to these records.

Sales operations at Universal Containers (UC) wants to create list views to filter opportunities for certain geographies.

How should UC hide list views that are not relevant to an individual user since there will be more than SO list views?

A.

Share the list views with the appropriate individual users.

B.

Share the list views with the appropriate queue.

C.

Share the list views with the appropriate public group.

A custom ServiceFeedback object is used to collect partner feedback.

ServiceFeedback records should be available to all internal employees. The organization-wide default (OWD) is set to Private for external users so partners cannot see feedback from other partner users.

How should the architect give access to all internal employees?

A.

Create an owner based sharing rule for all Service Feedback records owned by partners.

B.

Ensure all the internal users are above the partners in the Role Hierarchy.

C.

Set the OWD for Internal Users to Public Read-Only.

Universal Containers (UC) is a fast-growing company that sells containers globally. It has thousands of dealerships throughout the world where local dealers service containers. UC implemented a new Partner Community for its dealers. Each dealership has a dealer manager who manages the service agents. The communitysharing model is private.

What is the optimal option to give dealer managers visibility to customer cases only raised by their service agents?

A.

Use the Role Hierarchy so that the cases raised by service agents will be visible to their relevant dealer managers.

B.

Create a sharing rule to share cases created by service agents with their dealer manager.

C.

Create a sharing group to share cases created by service agents with their dealer manager.

Universal Containers (UC) has a custom Apex class that enforces a business process and updates opportunities. UC has noticed that fields with Field-Level Security permission of Read-Only on certain users’ profiles are being updated by this class.

How should the architect fix this problem?

A.

Add the With Sharing keyword to the class.

B.

Put the code in an inner class that uses the With Sharing keyword.

C.

Use the IsUpdateable() Apex method to test each field prior to allowing update.