Valid PDII Dumps shared by ExamDiscuss.com for Helping Passing PDII Exam! ExamDiscuss.com now offer the newest PDII exam dumps, the ExamDiscuss.com PDII exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com PDII dumps with Test Engine here:
A company has a web page that needs to get Account record information, such as name, website, and employee number. The Salesforce record 1D is known to the web page and it uses JavaScript to retrieve the account information. Which method of integration is optimal?
Correct Answer: D
For retrieving specific records using a known ID, the REST API is optimal due to its stateless, cacheable communications and lightweight structure. It's ideal for web applications that use JavaScript to make requests directly from the user's browser. Using the REST API, the web page can make a simple HTTP GET request to the Salesforce REST service endpoint and retrieve the account information in a format that's easily handled by JavaScript (typically JSON). References: REST API Developer Guide