Layouts, custom tabs, list views, lightning pages, themes and branding are examples of this type of customization.
What is User Interface?
These can be used in various places like the detail page of an object and related list.
What are custom buttons?
Lightning pages can be made default for the org or assigned to specific apps or _________.
What are profiles?
A custom Lightning component can be configured to support either a desktop or phone, or ________ _______.
What are both devices?
True or False:
A page layout can have up to three columns.
What is FALSE?
-----
A Page Layout can have up to TWO columns.
These can be used to control the arrangement of buttons, fields, related lists, and other record page custom components.
What are Page Layouts?
This Salesforce feature and buttons have capabilities including executing JavaScript, URL, or a Visualforce page.
What are links?
This customizable feature contains the items that allow users to access data and functionality related to a particular app.
What is navigation bar?
Record Awareness: When a custom Lightning component is loaded in a Lightning record page, it can be configured to automatically capture this.
What is Record Id?
Custom buttons cannot be added to the detail page of this Standard Object.
What is User?
This Salesforce Feature can be configured to include selected fields and set the order they are displayed.
What is Related List?
This Salesforce feature can create records, send an email, log a call, display a Visualforce page or custom canvas, or launch a Lightning component.
What are Global Actions?
Components can be grouped into collabsible sections using this component.
What is Accordion?
Salesforce provides two programming models for developing custom Lightning components. Name one of them.
What are Aura Component and Lightning Web Component?
This allows the customization of the fields that are displayed in various results lists.
What are Search layouts?
This type of list view is similar to basic but provides additional settings such as number of columns and wrap-text.
What is enhanced list view?
Use this to create or update the records directly in the Chatter feed and on mobile devices.
What are custom actions?
With this UI feature, record fields can be placed or distributed in different regions. Visibility settings can be made to hide fields and sections.
What is Dynamic Forms?
When a custom Lighting component is loaded in a Lightning record page, it can be configured to automatically capture the Object _____ Name.
What is API?
Compact Layouts support all fields types except Text Area, Long Text Area, Rich Text Area and _______.
What is multi-select picklist?
This controls the fields in the highlights panel of the Expanded Lookup Card.
What is Compact Layout?
Custom buttons cannot be added to the detail page of the User object, but this can be.
What are custom links?
A Light component includes html, css and JavaScript on the client-side. on the Server-side, it includes this.
What is Apex?
Using this Salesforce customization allows simplifying and enhancing the UI when configuring a custom screen component or invocable action in Flow Builder.
What is custom property editor?
This needs to be deployed in order to access custom templates when creating a Lightning Page.
What is My Domain?