A UX Designer is designing a Service Cloud implementation for service representatives who should be able to view the history of cases that a specific customer has submitted.
Which hierarchy of information should the representative go through to view that list?
To view the history of cases that a specific customer has submitted, the representative should go through the following hierarchy of information: All Accounts > Account Detail > Contact Detail > Case Related List. This is because cases are related to contacts, and contacts are related to accounts. By navigating from the account level to the contact level, the representative can see all the contacts associated with a specific account. Then, by selecting a contact, the representative can see the case related list, which shows all the cases that the contact has submitted or been involved in. This way, the representative can view the history of cases for a specific customer in a logical and efficient manner.Reference: : UX Designer Certification Prep: Designing with Service Cloud | Trailhead : Service Cloud Basics | Salesforce Help
A UX Designer is creating an experience to help organize content into collapsible sections.
Which Lightning component should be used?
The Lightning component that should be used to organize content into collapsible sections is theAccordioncomponent. The Accordion component displays vertically stacked sections of content that can be expanded and collapsed by clicking on the section headers. Users can control how much content is visible at once, and don't need to scroll as much to see the content of a page. The Accordion component can also be configured to allow multiple sections to be open at the same time. The Accordion component implements the accordion blueprint in the Salesforce Lightning Design System (SLDS).Reference:
:lightning-accordion - documentation - Salesforce Lightning Component Library
:Collapsible Related List in Lightning Experience
:How To Create Expand/Collapse Sections In SFDC Lightning Component
The Lightning Accordion component isdesigned to help create an organized, collapsible display of content. It is composed of a header and a body, which can be used to display different sections of content in an organized way. The body of the Accordion is hidden until the header is clicked, allowing the user to quickly and easily access the content they need. Salesforce provides a detailed guide to using the Accordion component, including examples and code snippets, which can be found here:https://developer.salesforce.com/docs/component-library/documentation/lwc/lwc.use_accordion.
Which two UX design principles are key to creating excellent mobile user experiences?
Choose 2 answers
The two UX design principles that are key to creating excellent mobile user experiences are:
https://uxcam.com/blog/mobile-ux/ https://uxplanet.org/mobile-ux-design-key-principles-dee1a632f9e6
What would it mean for the user when designing perceivable content?
Which part of the Salesforce Lightning Design System (SLDS) should be used to create visual consistency with regard to alignments, grids, spacing, and typography'
To create visual consistency with regard to alignments, grids, spacing, and typography, the part of the Salesforce Lightning Design System (SLDS) that should be used is utility classes. Utility classes are CSS classes that provide common styling properties, such as margins, paddings, borders, colors, fonts, and text alignments. Utility classes can be applied to any HTML element to quickly and easily adjust its appearance and layout. Utility classes follow the BEM (Block Element Modifier) naming convention, which makes them easy to read and understand. Utility classes can help the designer to create visual consistency across the Lightning components and pages, without writing custom CSS or overriding the component blueprints.Reference: : Utility Classes | Lightning Design System : UX Designer Certification Prep: Designing with Lightning Design System | Trailhead