Question: 1
In order to override a standard action with a visualforce page, which attribute must be defined in the tag?
Question: 2
Given the code below, which three statements can be used to create the controller variable? Public class accountlistcontroller{ public listgetaccounts(){ return controller.getrecords(); } } Choose 3 answers
Question: 3
A developer created a visualforce page using a custom controller that calls an apex helper class. A method in the helper class hits a governor limit. what is the result of the transaction?
Question: 4
A developer is creating an enhancement to an application that will allow people to be related to their employer. Which data model provides the simplest solution to meet the requirements?
Question: 5
How can a developer get all of the available record types for the current user on the case object?