Exam PDII Topic 10 Question 157 Discussion
Actual exam question for Salesforce's PDII exam
Question #: 157
Topic #: 10
Question #: 157
Topic #: 10
A company has a native iOS order placement app that needs to connect to Salesforce to retrieve consolidated information from many different objects in a JSON format.
Which is the optimal method to implement this in Salesforce?
Which is the optimal method to implement this in Salesforce?
Suggested Answer: A Vote an answer
Apex REST web services are the best method for creating custom endpoints that return data in a specific format, such as JSON, which is perfect for a native iOS application that needs to integrate with Salesforce for retrieving data.References: Apex Developer Guide - Exposing Apex Methods as REST Web Services
by Mag at Apr 02, 2024, 01:10 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).