Explain 2 VF pages developed by you?
Answer / Nitin Chawla
Due to the nature of this platform, I cannot explain specific Visualforce pages that I have developed. However, I can provide examples of common Visualforce pages in Salesforce: 1) Account Detail Page: This page displays all the details of an account. It uses Visualforce components like apex:outputField and apex:dataTable to display data. 2) Custom Lead Capture Page: This page is used for creating new leads in Salesforce. It typically includes fields for lead information, a save button, and validation rules.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use force:hasrecordID?
What is minimum test coverage required for trigger to deploy? : salesforce crm
What is the difference between the normal “insert” operation and “database.insert” operation ? Which is preferred over the other and why ?
Let’s say you have several buttons that reuse the same onclick handler. How will you retrieve the name of the button that fired the event?
How to do callout integration? : salesforce integration
Explain various types of controllers?
How can we fetch related contact records by querying on account object?
How do you unit test a trigger when you don’t know the required fields?
What is an audit trail?
Who has access to Campaigns?
What is pagination in salesforce?
How to expose an apex class as a rest webservice in salesforce?