adspace
When do you need to go beyond a standard controller and code custom apex? : salesforce visualforce
Answer Posted / 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 View All Answers