Exam4Training

How can an architect achieve this requirement?

Universal Containers (UC) has implemented Service Cloud. There is a flag field on the case object that marks a case as(Sensitive). UC requested that this flag can be viewed by all users who have access to the case but only be edited by the assigned case assessor. The case assessor is a lookup field on the case object.

How can an architect achieve this requirement?
A . Permission Set.
B . Object Permissions.
C . Custom Lightning Component.
D . Field-level security

Answer: C

Explanation:

The best way to achieve the requirement of having a flag field on the case object that marks a case as sensitive and can be viewed by all users who have access to the case but only be edited by the assigned case assessor is to create a custom Lightning component. A custom Lightning component can use the Lightning Data Service to access the case record and its fields, and apply conditional rendering and editing logic based on the user’s role and the case assessor field. This way, the flag field can be displayed to all users who can view the case, but only be editable by the user who is the case assessor. This solution also follows the principle of designing for performance and scalability, which is one of the learning objectives for the Salesforce User Experience Designer

certification.

Reference: [Create Custom, Reusable Lightning Components], [Lightning Data Service

Basics], [Design for Performance and Scalability]

:

https://trailhead.salesforce.com/en/content/learn/modules/lex_dev_lc_basics/lex_dev_lc_basics_intro:

https://trailhead.salesforce.com/en/content/learn/modules/lightning_data_service/lightning_data_service_intro: https://trailhead.salesforce.com/en/content/learn/modules/ux-designer-certification-prep/design-for-performance-and-scalability

Exit mobile version