Salesforce Certified Platform App Builder — Question 236
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.)
Answer options
- A. Standard buttons that are NOT available for overrides can still be hidden on page layouts.
- B. Standard buttons can be changed on lookup dialogs, list views, and search result layouts.
- C. Standard buttons can be overridden, relocated on the detail page, and relabeled.
- D. Standard button can be overridden with a VF page.
Correct answer: A, D
Explanation
Option A is correct because it highlights that some standard buttons that cannot be overridden can still be hidden on page layouts, which is a consideration for app builders. Option D is also correct since it states that standard buttons can be replaced with Visualforce pages, allowing custom behavior. Options B and C are incorrect because they do not address the limitations and considerations for overriding standard buttons specifically.