ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 52 - Certified Hyperautomation Specialist discussion

Report
Export

AnyAirlines needs to automatically sync Salesforce accounts with NetSuite customers using a MuleSoft Composer flow. The Address field in the Salesforce Account object is a compound field consisting of the simple fields: Street, City, State, Zip, and Country.

However, the Address field in the NetSuite Customer entity is a list consisting of the simple fields: Street, City, State, Zip, and Country.

Which task must be performed to map fields of the Salesforce Address compound field to the corresponding fields of the NetSuite Address list in the flow?

A.
Combine the Salesforce address-related fields into a list using a custom formula field in Salesforce.
Answers
A.
Combine the Salesforce address-related fields into a list using a custom formula field in Salesforce.
B.
Combine the Salesforce address-related fields into a list using a custom expression in Composer.
Answers
B.
Combine the Salesforce address-related fields into a list using a custom expression in Composer.
C.
Combine the Salesforce address-related fields into a list using the Get records action in Composer.
Answers
C.
Combine the Salesforce address-related fields into a list using the Get records action in Composer.
D.
Break up the NetSuite Address list into fields that match Salesforce address-related fields using a custom formula field in NetSuite.
Answers
D.
Break up the NetSuite Address list into fields that match Salesforce address-related fields using a custom formula field in NetSuite.
Suggested answer: B

Explanation:

To map fields of the Salesforce Address compound field to the corresponding fields of the NetSuite Address list in MuleSoft Composer, you need to perform the following task:

Custom Expression in Composer:

Use a custom expression in MuleSoft Composer to combine the individual address-related fields from Salesforce (Street, City, State, Zip, Country) into a format that matches the NetSuite Address list.

This custom expression will concatenate the individual simple fields from Salesforce into a structured format that can be mapped directly to the NetSuite Address list.

Mapping the Fields:

Once the custom expression is created, map the resulting list to the corresponding fields in the NetSuite Customer entity within the Composer flow.

This ensures that each simple field in the Salesforce compound Address field is correctly mapped to the respective field in the NetSuite Address list.

MuleSoft Composer Documentation

asked 23/09/2024
vceplus plus
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first