Valid OmniStudio-Developer Dumps shared by ExamDiscuss.com for Helping Passing OmniStudio-Developer Exam! ExamDiscuss.com now offer the newest OmniStudio-Developer exam dumps, the ExamDiscuss.com OmniStudio-Developer exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com OmniStudio-Developer dumps with Test Engine here:
A developer needs to retrieve data from an external system that stores policy data. The external system supports REST APIs to access and update the policies. Due to the volume of the policy data and peak hours of hours of business, calls to the REST APIs sometimes take longer than expected to response. The developer creates an Integration Procedure to retrieve the policy data for use in an OmniScript. Given the external system's known performance issues, which configuration should be used to implement the call to the external system? Choose 2 answers
Correct Answer: A,D
Setting the Timeout property on the HTTP Action in the Integration Procedure allows the developer to specify how long to wait for a response from the external system before timing out. Checking the Chain on Step Check on the HTTP Action in the Integration Procedure allows the developer to chain multiple HTTP Actions together and execute them sequentially. Configuring a Remote action with timeout settings of 120000 is not necessary, as it is already done by default in OmniStudio. Checking the Chainable checkbox on the integration procedure Action in the OmniScript has no effect on calling an external system.