Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified OmniStudio Developer All Questions

View all questions & answers for the Certified OmniStudio Developer exam

Exam Certified OmniStudio Developer topic 1 question 4 discussion

Actual exam question from Salesforce's Certified OmniStudio Developer
Question #: 4
Topic #: 1
[All Certified OmniStudio Developer Questions]

An OmniScript displays data from an API using an Integration Procedure, but all of the data is missing. What two errors could cause this? (Choose two.)

  • A. The API url is not allowlisted in Salesforce.
  • B. The JSON sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure.
  • C. The OmniScript has no active version.
  • D. The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
olfartlol
5 months ago
BD Mismatched Element Names: The element name for the missing data does not match the JSON node key in the Integration Procedure Response1. Ensure that the element names in the OmniScript match the corresponding keys in the Integration Procedure’s response. Incorrect Preview Input Parameters: The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript1. Verify that the input parameters align correctly between the OmniScript and the Integration Procedure
upvoted 1 times
...
Haru25321
1 year ago
Selected Answer: AB
I would say A and B
upvoted 1 times
...
hi19times
1 year ago
Selected Answer: BD
option A results in an error.
upvoted 1 times
...
kikanti
1 year, 1 month ago
Selected Answer: AB
Correct answer: AB. and can't be D, because 'Integration Procedure Preview Input Parameters, it is only used for testing purposes and does not impact the functionality of the Integration Procedure.
upvoted 1 times
...
cooldeeps
1 year, 3 months ago
Selected Answer: AD
A and D are the right choices. Explaination for D IS CORRECT. B is incorrect. JSON is sent from Omniscript to IP. Choice B states JSON sent from IP. OS calls IP, so ideally json from Omniscript MUST match the original JSON for IP.
upvoted 1 times
...
Laurens12345
1 year, 5 months ago
Correct Answer AB
upvoted 4 times
...
thneeb
1 year, 5 months ago
Selected Answer: AB
I would say A and B. A: On my Developer Org I needed to setup some remote settings in th ebeginning, to get the communication running. B: I would agree with the arguments below Not D: I would say, the Previe
upvoted 4 times
...
ppremy
1 year, 6 months ago
Both option B and D could cause the OmniScript to display no data from an API using an Integration Procedure. B. The JSON sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure: If the JSON sent from the Integration Procedure Action does not match the Original Input for the Integration Procedure, the Integration Procedure will not be able to retrieve the correct data from the API. This will cause the OmniScript to display no data or incorrect data. D. The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript: If the Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript, the Integration Procedure will not be able to retrieve the correct data from the API. This will cause the OmniScript to display no data or incorrect data.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

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.

SaveCancel
Loading ...