An app builder wants to prevent users from creating new records on an account related list by overriding standard buttons.
Which two aspects should be considered before overriding standard buttons? (Choose two.)
- Standard buttons that are NOT available for overrides can still be hidden on page layouts.
- Standard buttons can be changed on lookup dialogs, list views, and search result layouts.
- Standard buttons can be overridden, relocated on the detail page, and relabeled.
- Standard button can be overridden with a VF page.
Answer(s): A,D
Explanation:
If a button isn’t available for overrides, you can still hide it on the page layout.
For each experience – Salesforce Classic, Lightning Experience, or mobile – click the type of override you want associated with the action Visualforce page – Use the behavior from a Visualforce page.
Reference:
https://help.salesforce.com/articleView?id=links_override_considerations.htm&type=5 https://help.salesforce.com/articleView?id=links_customize_override.htm&type=5
Reveal Solution
Next Question