ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 52 - Certified Data Architect discussion

Report
Export

Cloud Kicks has the following requirements:

- Data needs to be sent from Salesforce to an external system to generate invoices from their Order Management System (OMS).

- A Salesforce administrator must be able to customize which fields will be sent to the external system without changing code.

What are two approaches for fulfilling these requirements? (Choose two.)

A.
A set<sobjectFieldset> to determine which fields to send in an HTTP callout.
Answers
A.
A set<sobjectFieldset> to determine which fields to send in an HTTP callout.
B.
An Outbound Message to determine which fields to send to the OMS.
Answers
B.
An Outbound Message to determine which fields to send to the OMS.
C.
A Field Set that determines which fields to send in an HTTP callout.
Answers
C.
A Field Set that determines which fields to send in an HTTP callout.
D.
Enable the field -level security permissions for the fields to send.
Answers
D.
Enable the field -level security permissions for the fields to send.
Suggested answer: B, C

Explanation:

An Outbound Message is a native Salesforce feature that allows sending data to an external system without code.It can be configured to include any fields from the source object3. A Field Set is a collection of fields that can be used in Visualforce pages or Apex classes to dynamically determine the fields to send in an HTTP callout. Both of these approaches meet the requirements of Cloud Kicks.

asked 23/09/2024
Craig Reid
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first