Question 246
In order to override a standard action with a visualforce page, which attribute must be defined in the <apex:page> tag?
Question 247
How can a developer determine, from the DescribeSObjectResult, if the current user will be able to create records for an object in Apex?
Question 248
A developer needs to provide a way to mass edit, update, and delete records from a list view.
In which two ways can this be accomplished? (Choose two.)
Question 249
What is the preferred way to reference web content such as images, style sheets, JavaScript, and other libraries that is used in Visualforce pages?
Question 250
A Visual force page displays two fields named Phone Number and Email.User1 has access to Phone Number, but not to Email.User2 has access to Email, but not Phone NumberA developer needs to ensure that User1 can only see Phone Number, and User2 can only see Email.Which method can the developer use to achieve this?
