Integration Apporach
Content
Hi,
Our customer have DB Cloud, OIC (Oracle Integration Cloud), JCS (Java Cloud Service) and Fusion Cloud (SaaS). We have tried to integrate the third party system from our CRM fusion application. We have built some pages using DCS - VBCS (Digital Customer Service - Visual Builder Cloud Service), based on some event in the screen the data from DB cloud needs to push to third party system. (Data resides in multiple tables. We have to build some complex joins)
We have identified two approach.
1. Create custom java program in JCS, it will fetch the data from DBCS and form the request which is requested by third party system and call the third party API. This custom program deployed as Rest API. We will invoke this API from our VBCS screen.
1