Simple scenario here: read HDL file from Box and upload to HCM
This is a customer use case, where she edits HCM worker.dat files and then uploads them to a folder on Box. OIC will be the plumbing between Box and HCM.
Box adapter will be used as a Trigger in the OIC integration -
Box Developer Setup
First step is to get yourself a Box account and then go to https://app.box.com/developers
Create an App -
Copy the Client Id and Secret for future use -
Set the Redirect URI -
format is myOIC:443/icsapis/agent/oauth/callback
Select Read/Write -
Generate Primary and Secondary Key -
Copy these for future use.
Create Box connection in OIC
Then Click Provide Consent
Then your connection should show 100% complete.
Save and Exit.
Now to a simple sanity test - create a folder in Box and copy the folder id.
This is in the url.
Create an App-Driven Orchestration
Drop the Box Connection as a Trigger and configure as follows -
I add a Log Action -
Activate and Test by uploading a file to Dropbox -
Now to the HCM side of the house...
Here is my Oracle HCM Cloud Connection -
Here is it's configuration in my integration -
Now back to Box, I have received the notification a file has been uploaded, but now I need to actually download that file - so I leverage the Box connection, configured as follows -
No comments:
Post a Comment