adspace
What is the difference between a standard controller and a custom controller? : salesforce crm
Answer Posted / Susheel Sankhwar
A standard controller in Salesforce is provided by Salesforce to handle the default functionality of a particular object. It provides a pre-built set of methods for common CRUD operations, page navigation, and data manipulation. On the other hand, a custom controller is a user-defined Apex class that extends the standard controller. It allows you to extend, override, or completely replace the default functionality provided by the standard controller.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers