Exam OmniStudio-Consultant Topic 2 Question 100 Discussion
Actual exam question for Salesforce's OmniStudio-Consultant exam
Question #: 100
Topic #: 2
Question #: 100
Topic #: 2
A business process requires the user to upload a file in the OmniScript. The file ID needs to be linked to the parent record being created.
Which approach ensures the link is established correctly?
Which approach ensures the link is established correctly?
Suggested Answer: A Vote an answer
The parent record ' s Salesforce ID is required to create the correct relationship between the uploaded file and the newly created parent record. Therefore, the Data Mapper Load that creates the parent record must return
/output the new record ID so the OmniScript or subsequent data action can use it to link the file properly.
OmniScripts can support file upload use cases, so option B is false. A Data Mapper Extract cannot search the user ' s local computer; it retrieves Salesforce data. The link is not guaranteed automatically in every multi- step process unless the parent record ID is available and passed into the file-linking step. Salesforce Data Mapper Load examples show that linking related records requires carrying the created parent ID into the related mapping/linking process.
/output the new record ID so the OmniScript or subsequent data action can use it to link the file properly.
OmniScripts can support file upload use cases, so option B is false. A Data Mapper Extract cannot search the user ' s local computer; it retrieves Salesforce data. The link is not guaranteed automatically in every multi- step process unless the parent record ID is available and passed into the file-linking step. Salesforce Data Mapper Load examples show that linking related records requires carrying the created parent ID into the related mapping/linking process.
by Kirk at Aug 21, 2026, 07:49 PM
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).