Question 206
Universal Containers wants to be able to bring up an Account detail page and view a table of containers currently being rented. The user wants to be able to dick on a container In the table and quickly edit and save the location of the container.
In addition to this, the page should have a section that shows the location of each container on a map.
Universal Containers wants the map to re-render whenever the location of a container is changed.
What can a developer use to accomplish this task?
Question 207
A company's support process dictates that any time a Case is closed with a Status of 'Could not fix,' an Engineering Review custom object record should be created and populated with information from the Case, the Contact, and any of the Products associated with the Case. What is the correct way to automate this using an Apex trigger?
Question 208
A developer is asked to build a solution that will automatically send an email to the Customer when an Opportunity stage changes. The solution must scale to allow for 10,000 emails per day. The criteria to send the email should be evaluated after all Workflow Rules have fired. What is the optimal way to accomplish this?
Question 209
What field type can be used in the WHERE clause to improve SOQL query performance? Choose 3 answers
Question 210
What is the correct order of execution for Visualforce Page "get" requests (initial page visit)
