Oracle Integration Cloud enables us to subscribe for the Events in ERP Cloud. In this example I will showcase how you can use item creation event and populate the data into VBCS business objects.
In order to enable ERP Cloud to send across the events to OIC we need to create a csf key as shown below.
Enter the details for enabling the business events notifications from ERP Cloud by configuring the below.
Csf-key – fill in identitydomain and service details
User name – OIC Username
Password – OIC Password
Create a business object in VBCS to store the item data as shown below.
Create an ERP Cloud Adapter in OIC and enter the relevant details
Create a REST Adapter to insert data into the Business Object create in VBCS
Create a new App Driven Orchestration integration
Add the ERP Cloud Adapter and configure it as shown below.
Now add the REST Adapter and configure it as shown below.
The sample json data which I have used is as given below
Json Sample :
{ "id" : 123, "itemNumber" : "abcd", "description" : "abcd", "organizationId" : 2345 }
Now Map the data as shown below.
Validate the mappings and save the changes.
Add the business identifier for tracking’s.
Save the changes and activate the integration.
Now create the item via a web service call in SOAP UI.
In the monitoring dashboard you could see the message being received in OIC.
Now navigate to VBCS and check for the data created.
A form can be designed in VBCS to view this information.
No comments:
Post a Comment