When do you need to go beyond a standard controller and code custom apex? : salesforce visualforce



When do you need to go beyond a standard controller and code custom apex? : salesforce visualforce..

Answer / Kirti Raman

You might need to write Custom Apex Code instead of using Standard Controllers when: 1. Complex business logic or validation rules are required that cannot be achieved with the built-in capabilities of Standard Controllers. 2. Integration with external systems is necessary, as Standard Controllers do not support out-of-the-box integration mechanisms. 3. Custom user interface elements need to be created that go beyond what's available in Visualforce components.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Salesforce Interview Questions

Explain 'lookup relationship' in salesforce ?

1 Answers  


What is an asynchronous process and why it is needed?

1 Answers  


What will happen if a field is hidden through field level security and user search a values in that field? : salesforce sharing and security

1 Answers  


What the concurrent request limit is and why it exists in salesforce?

1 Answers  


What are the different types of reports available in salesforce? Can we mass delete reports in salesforce?

1 Answers  


What is a bucket field in reports? : salesforce admin

1 Answers  


Is lightning an mvc framework ? : salesforce lightning component

1 Answers  


How do you prevent closed Opportunities from being updated by a non-System Administrator profile declaratively?

1 Answers  


What is the sharing rule?

1 Answers  


What are the different dashboard components? : salesforce admin

1 Answers  


What is trigger.old and when do you normally use it?

1 Answers  


What is a time trigger?

1 Answers  


Categories