QuestionQ69
Programmatic SharingCloud Kicks has several business partners that help fulfill products and needs to expose a web service to those partners.
Each business partner must be able to query Cloud Kicks’ Salesforce instance to obtain order statuses. In addition, every business partner must have access only to orders for which that partner is the fulfillment vendor.
The Architect does NOT want the business partners to use the standard APIs and prefers that a custom API be developed.
Which three design elements should the Architect consider to ensure the solution’s data security?
Choose three
- A Create a custom Apex web service using the “With Sharing” keyword
- B Give each partner their own Salesforce login set to API Enabled on the profile
- C Create a custom Apex web service with a fulfillment ID input attribute
- D Query the Orders object with Dynamic SOQL based upon the fulfillment ID
- E Set the Orders object’s sharing settings to Private in the Org-Wide Defaults
Community Discussion