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 76 discussion

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

A developer is configuring an Integration Procedure Action in an OmniScript. The OmniScript needs a JSON response from the Integration Procedure but does not need to wait for the response for the user to proceed.

Which feature should the developer enable?

  • A. Invoke Mode Non-Blocking
  • B. Invoke Mode Fire and Forget
  • C. Toast Completion
  • D. Use Future
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
rosepooja
Highly Voted 1 year, 6 months ago
Answer must be A
upvoted 5 times
...
c233a3d
Most Recent 6 months, 3 weeks ago
A. Invoke Mode Non-Blocking is correct
upvoted 2 times
...
cooldeeps
1 year, 3 months ago
Selected Answer: A
A is correct
upvoted 2 times
...
studyvikram
1 year, 3 months ago
Selected Answer: A
https://help.salesforce.com/s/articleView?id=sf.os_action_block_properties_14123.htm&type=5 Non-Blocking An Invoke Mode option, Non-Blocking runs the action asynchronously, and the response is applied to the UI. Pre and Post DataRaptor transforms, and large attachments are not supported. When Invoke Mode is set to non-blocking, elements using default values will not receive the response because the element loads before the response returns. To map the response to an element, you must set Response JSON Node to VlocityNoRootNode and Response JSON Path to the name of the element. Fire and Forget An Invoke Mode option, Fire and Forget runs the action asynchronously with no callback to the UI. Pre and Post DataRaptor transforms, and large attachments are not supported. A response appears in the debug console but is not applied to the Data JSON.
upvoted 2 times
...
ppremy
1 year, 6 months ago
Selected Answer: B
The feature that the developer should enable is B. Invoke Mode Fire and Forget. Enabling the Invoke Mode Fire and Forget feature in an Integration Procedure Action means that the OmniScript does not wait for a response from the Integration Procedure before proceeding to the next element. This is useful when the response is not needed immediately, or when the response time is expected to be long and the user should not be made to wait. Option A (Invoke Mode Non-Blocking) means that the OmniScript continues execution while waiting for the Integration Procedure to return a response, but the response is still required before the next element can be executed. Option C (Toast Completion) is used to display a toast message when the Integration Procedure Action completes. This is not related to the response mode. Option D (Use Future) is used when invoking Apex code that may exceed the Apex governor limits. This is not related to the response mode.
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 ...