How can you create visualforce page in salesforce? : salesforce visualforce
Answer / Kunjan Bharti
To create a Visualforce page in Salesforce, follow these steps: 1. Navigate to Setup and click on the 'Develop' tab. 2. Click on 'Visualforce Pages'. 3. Click on 'New'. 4. Enter a name for your Visualforce page and select any required controller (either Standard or Custom Apex). 5. Write your Visualforce markup in the Page body editor. 6. Save and activate the page.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to get the user id of all the currently logged in users using apex code? : salesforce crm
Admin wants to avoid the deletion of child records in master detail relationship. Is it possible to achieve this using point and click functionality?
What is the use force:hasrecordID?
What is the system.runas() ?
What is the use of force:hasrecordid interface?
How will you to create a pie chart in vf page?
While creating workflow on task object, what difference observed on available actions?
Can you have a roll up summary field in case of master-detail relationship? : salesforce crm
Where can you make a field required?
What happens to a detailed record when a master record is deleted? What happens to child records when a parent record is deleted?
What is a Company Profile?
What is minimum test coverage required for trigger to deploy? : salesforce crm