Salesforce Interview Questions
What is a Visual force Page ?
Visualforce is the new markup language from salesforce, by using which, we can render the
standard styles of salesforce. We can still use HTML here in Visualforce. Each visualforce tag
always...
More
Salesforce Interview Questions
What is a Visual force Page ?
Visualforce is the new markup language from salesforce, by using which, we can render the
standard styles of salesforce. We can still use HTML here in Visualforce. Each visualforce tag
always begins with “apex” namespace. All the design part can be accomplished by using
Visualforce Markup Language and the business logic can be written in custom controllers
associated with the Page.
Is it possible to write the Apex code from user Interface?
You can add, edit, or delete Apex using the Salesforce.com user interface only in a Developer
Edition organization, a Salesforce.com Enterprise Edition trial organization, or sandbox
organization. In a Salesforce.com production organization, you can only make changes to Apex
by using the Metadata API, deploy call, the Force.com IDE, or theForce.com Migration Tool.
The Force.com IDE and Force.com Migration Tool are free resources provided by
salesforce.com to support its users and partners,
Less