ERP Adapter - Business Events
One of the most powerful and unique features of the Oracle ERP Adapter is the capability to subscribe to real-time business events. On top of that, it's actually easy to create an Integration to consume those events. Before creating any Integration, you need to make sure to add a new security entry in the below link. https://<fa-url>.oracledemos.com/soa/composer csf-key: Copy the Identity Domain value (for example, idcs-638a2ce020e60c2881) and the Service Instance value (for example, oic1575). Assemble the CSF key value with the identity domain first and the service instance second (no space in between): idcs-638a2ce020e60c2881oic1575. Username and Password - OIC credentials ( not ERP ) This is what allows ERP to trigger OIC upon a new business event. No other adapter has this functionality. As for the ERP adapter, things are much more simplified as only one endpoint is required (before it was 3) For more details please refer to the documentation . A busines...