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

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.