This lab will show how to send newly created items in ERP to data tables in CPQ.
Click here to learn more about ERP & Product Data Hub
• Create an integration to listen for the item creation business event in ERP
- Configure ERP to send business events to OIC
- Create the integration to receive the item creation data
- Create an item in ERP
- Test & monitor the integration
This is also how your integration will look at the end of the walkthrough.
During the walkthrough, relevant instructions will be UNDER the picture they correlate with.
View these links from the a-team to learn how to configure ERP to send business events to OIC.
Using Business Events in Fusion-based SaaS with Oracle Integration Cloud - Part 1
Using Business Events in Fusion-based SaaS with Oracle Integration Cloud - Part 2
More details on the CSF key and troubleshooting business events after Pt1 & 2
After doing the above configuration, you can create the connection with the adapter in OIC.
In OIC, select the Oracle ERP cloud adapter.
Name your connection.
Configure your connection details, all of these fields need to be filled out. Further details on the fields are here.
Create an app driven orchestration integration. Then start the integration with your ERP connection.
Give a name to your endpoint.
Configure the request page to receive busienss events from ERP cloud, then select item create event.
You do not need to configure a response to be received.
This is the summary of the item create event subscription.
Below your ERP connection, click the plus sign and place your SOAP-CPQ connection configured in lab 100. Configure it exactly the same.
After doing that, your integration should look like this, open the mapper by pressing the pen button that appears after clicking the mapper.
This is how your mapper should appear after it is completed. See lab 100 for how to create the 'attribute(@table_name) field. For the other fields, map:
ItemId -> ProductID OrganizationCode -> Division ItemNumber -> ProductName ItemDescription -> Description ApprovalStatusValue -> ApprovalStatus CreationDate -> CreationDate
Lastly, don't forget to specify a field for tracking.
From the ERP homepage, navigate to the Product Information Management suite.
Click the side bar on the right.
Click on create item.
These details can vary per your use case, here we select these fields.
Press yes if you get this warning.
Enter the details for your item.
Save and close. This will trigger the business event that a new item was created. The information will be passed to Oracle Integration.
On the monitoring page you should see a completed integration.
Clicking on the tracking shows green for each stage of the integration.
Viewing the activity stream allows you to view the payloads at each step.
The audit trails shows the actions that occured in the integration.
Looking at the data table in CPQ, you can see the new row with our information from ERP.
You can watch the Demo1 video to confirm that you completed the lab successfully.