Salesforce Certified Platform App Builder — Question 409
An app builder at Universal Containers wants to prevent users from creating new records on an Account related list by overriding standard buttons.
Which two aspects should the app builder consider before overriding standard buttons? (Choose two.)
Answer options
- A. Standard buttons can be changed on lookup dialogs, list views, and search result layouts.
- B. Standard buttons that are unavailable for overrides can still be hidden on page layouts.
- C. Standard buttons can be overridden, relocated on the detail page, and relabeled.
- D. Standard buttons can be overridden with a Lightning component.
Correct answer: B, D
Explanation
B is correct because it highlights that even if standard buttons can't be overridden, they can be hidden from page layouts, thus controlling user access. D is also correct as it confirms that standard buttons can indeed be replaced with Lightning components. A is incorrect since it refers to contexts where standard buttons can be changed but does not address the overriding aspect directly. C is misleading because it suggests that all modifications are possible, which is not true for buttons that can't be overridden.