Oracle Field Service Cloud Service 2020 Implementation Essentials — Question 2
During a design review of your OIC orchestration-style integration, it has been recommended that you refactor it into smaller integrations.
Which two things should you do in order to invoke the multiple integrations without needing to create explicit connections for each endpoint? (Choose two.)
Answer options
- A. Add the local-enabled flag for each integration you wish to invoke.
- B. Import each local integration you wish to invoke into your calling integration environment.
- C. Use the local integration wizard to define each integration to be invoked.
- D. Build each smaller integration as a local-only integration interface.
- E. Request the enablement of the oic.ics.console.integration.local.integration feature flag.
Correct answer: C, D
Explanation
The correct options, C and D, allow for the creation and invocation of smaller integrations efficiently without the overhead of multiple connections. Option A does not facilitate invocation in the way required, and options B and E pertain to setup rather than direct invocation of the integrations.