What are the tasks of standard controller? : salesforce visualforce
Answer / Pankaj Kumar Singh
Standard Controllers in Salesforce Visualforce handle the following tasks: 1. Perform basic CRUD (Create, Read, Update, Delete) operations on the corresponding object based on user actions. 2. Provide access to data from related objects through the controller's instance variables and methods. 3. Perform basic validation checks and business rules based on the type of action being performed.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are custom labels in salesforce?
How will you achieve pagination in SOQL?
List the various types of Reports available in Salesforce?
What are the types of sharing rules in salesforce and explain it?
What are cross object formula fields?
What is minimum test coverage required for trigger to deploy?
I want to convert vf page to a pdf. How to achieve it?
What are the different ways to make a field Mandatory?
How Does Salesforce CRM?
How will you call one vf page from another vf page?
Difference between Rest and SOAP?
What are the Exceptions Statements in salesforce?