Salesforce Advanced Administrator Exam: Developing a Google Maps Mashup

Not a necessary step in developing this mashup.

Question

A developer wants to create a mashup to display a contact's location using Google Maps.

Which of the following is not a necessary step in developing this mashup?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

D.

To create a mashup to display a contact's location using Google Maps, the following steps are needed:

A. Deciding on the parameters needed for submission: The developer needs to decide which parameters are required to be submitted to Google Maps, such as the address, city, state, and zip code.

B. Creating an S-control to pass the URL to Google Maps: An S-control is a Salesforce-specific feature that allows developers to embed custom HTML and JavaScript code in Salesforce pages. The developer needs to create an S-control that will pass the URL to Google Maps, which will then display the location.

C. Creating a URL with merge fields to pass to Google Maps: Merge fields are placeholders in a Salesforce record that can be replaced with actual values. The developer needs to create a URL with merge fields to pass to Google Maps, which will then display the location of the contact.

D. Coding the HTML/JavaScript in an S-control to retrieve the results: The developer needs to write the HTML and JavaScript code that will retrieve the results from Google Maps and display them in the S-control.

Therefore, all the given options are necessary steps in developing this mashup. None of them can be skipped. Hence, the correct answer is None of the above (E).