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 |
Explain 'lookup relationship' in salesforce ?
What is an asynchronous process and why it is needed?
What will happen if a field is hidden through field level security and user search a values in that field? : salesforce sharing and security
What the concurrent request limit is and why it exists in salesforce?
What are the different types of reports available in salesforce? Can we mass delete reports in salesforce?
What is a bucket field in reports? : salesforce admin
Is lightning an mvc framework ? : salesforce lightning component
How do you prevent closed Opportunities from being updated by a non-System Administrator profile declaratively?
What is the sharing rule?
What are the different dashboard components? : salesforce admin
What is trigger.old and when do you normally use it?
What is a time trigger?