Oracle Field Service Cloud Service 2023 Implementation Essentials — Question 14
Your team is using a JavaScript library function within an Oracle Integration Cloud (OIC) integration flow. Because of business requirements, one of the functions needs to be updated with additional code to incorporate new logic.
Which consideration regarding JavaScript library functions is NOT valid?
Answer options
- A. Active integrations using a function that has been updated must be reactivated.
- B. JavaScript functions are not allowed to make outbound calls to external services.
- C. Network, disk, or thread access is not supported from within a JavaScript function.
- D. The JavaScript action has a timeout threshold of 60 seconds.
Correct answer: B
Explanation
The correct answer is B because JavaScript functions in OIC can indeed make outbound calls to external services if properly configured. Options A, C, and D are accurate statements regarding the behavior and limitations of JavaScript library functions in OIC.