|
|
|
Welcome to www.ForcePrepare.com Your tool for Salesforce.com Certification
|
home | tutorial | Mock Exam
Salesforce Applications
- To access Force.com platform visit the URL https://login.salesforce.com and click on the Setup link in the top nav bar.
- To access apps, select Create|Apps menu in the left navbar.
- To create a new Application, a developer needs to specify App Label, App name, description, custom app logo and a list of tabs.
App Label is displayed to users, and App name is the internal name referred in code.
- An application is a set of tabs.
- Tabs are of three types
- Custom object Tab
- Web Tab
- Visual force Tab
- Tabs are used to organize objects and records. Each tab is associated with a unique object. A tab also lets you specify a color and an image.
- One of the tabs in the application is a default landing page.
- Saved applications appear in the Apps menu on the top left navbar
- Salesforce provides a Force.com IDE. This is an eclipse plugin application that provides a development environment for VisualForce and Apex.
- In Salesforce code without desired test coverage cannot be deployed. A minimum of 75% test coverage must be achieved before deployment.
- Native User Interface refers to the default user interface that Salesforce provides
home | tutorial | Mock Exam
|