User Interface Flashcards
What types of components can be used in Lightning App Builder?
Standard and Custom
What is a Lightning Page composed of?
Components
What determines the regions available in a Lightning Page?
template
What step is critical to making sure Lightning Pages are visible to users?
activation
Can you with a component:
Move it?
Delete?
Change its size?
Yes
Yes
No
What is an App Page?
A custom home page for an app made up of different lightning components
What is a Home Page?
A custom home page for users, can be made available to everyone or assigned to one or more profiles, giving users access to a page designed for their role
What is a Record Page?
A customized page for a given record (i.e. account record page). Can be set as default for entire org or specific apps. A combination of apps, record types, and profiles.
How can component visibility be configured?
Can be set for app, record, and home pages by defining filters
What is App Manager?
An app in Salesforce is a navigation bar –> collection of tabs and quick actions. This can be customized for each app; custom colors an branding can be used to make each app unique/easy to identify
What must exist for a Lightning component or page in order to add it to the navigation bar of an app or menu of the Salesforce app?
A tab for it
What do page layouts control?
used to define what users see on record detail pages
What do Search layouts control?
the organization of fields in search results, lookup dialogs, and key lists on tab home pages
What is used to show records based on custom criteria?
Custom list views
Can dashboard snapshot be included on a homepage?
Yes
What elements can be used in a page layout?
fields, sections, buttons, custom links, and related lists on a record detail page
Can visualforce be embedded on page layouts?
Yes
What control mechanisms exist for page layouts?
Associated with different user profiles, and field level security can be used to restrict certain fields
How many fields can be added to a search layout?
10
What objects do not apply to Search layouts?
Salesforce CRM Content, campaign members, opportunity teams, and account teams
What SF version allows you to create views of contacts, leads, users, or cases for mass email recipient lists?
Salesforce Classic
What SF version allows for creating an infinitely scrollable list of records that meet filter criteria?
LE
Can a dashboard show data from more than one report?
yes
Scenario: Sales reps need to view only closed won opps with amount greater than USD 100,000 when they access Opprtunities tab
A custom list view can be created for this requirement. The ‘Stage’ and ‘Amount’ fields can be used in the filter criteria. The visibility of this custom list view can be restricted to the sales rep role.