Explain 2 VF pages developed by you?



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

Post New Answer

More Salesforce Interview Questions

What is the use force:hasrecordID?

1 Answers  


What is minimum test coverage required for trigger to deploy? : salesforce crm

1 Answers  


What is the difference between the normal “insert” operation and “database.insert” operation ? Which is preferred over the other and why ?

1 Answers  


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?

1 Answers  


How to do callout integration? : salesforce integration

1 Answers  


Explain various types of controllers?

1 Answers  


How can we fetch related contact records by querying on account object?

1 Answers  


How do you unit test a trigger when you don’t know the required fields?

1 Answers  


What is an audit trail?

1 Answers  


Who has access to Campaigns?

1 Answers  


What is pagination in salesforce?

1 Answers  


How to expose an apex class as a rest webservice in salesforce?

1 Answers  


Categories