What iteration components can be used to display a table of data in a Visualforce page?
- dataTable
Can you override buttons on detail or edit pages?
What buttons can you override?
SVG
- File in a Lightning component bundle that contains custom icon resources
How can you override standard buttons in Salesforce Classic vs Lightning Experience & Mobile?
- Lightning components can be used for Lightning Experience & Mobile
Key factors of Eintsein Next Best Action
Einstein Next Best Action Strategy Elements
Methods of preventing against SOQL injection attacks
Resources in a component bundle
What keyword should be used in the controller to enforce security sharing permissions for users viewing a Visualforce page?
“with sharing”
Advantages of LWC framework
What Visualforce attribute can be used to render a Visualforce page as a PDF?
“renderAs”
EX: renderAs=”pdf”
Application Event vs Component Event
Considerations for using external JavaScript libraries
What component creates an inline frame within a Visualforce page?
What can be uploaded as a static resource and referenced in a Visualforce page using the $Resource global variable?
What can be used to allow Visualforce pages, Aura components, and Lightning web components to communicate with one another via a dedicated Lightning message channel?
What button overrides are supported in Lightning console apps?
**Delete and custom actions not supported
How can you include JavaScript in a Visualforce page?
- script
What does this attribute do?
lightningStylesheets=”true”
Ensures that the page uses Lightning Experience styling when it is viewed in Lightning Experience or the Salesforce app
Can Lightning web components contain Aura components and vice versa?
Aura components can contain Lightning Web Components, but not the other way around.
What resources does the global variable $ContentAsset provide access to?