Oracle Integration
The Agiloft connector makes it easy to exchange data between Agiloft and Oracle databases. This integration uses Oracle Integration 3 and the Oracle Integration Cloud (OIC).
Prerequisites
To install and configure this connector, you need:
- Your Agiloft KB credentials, likely an Admin account or similar, ideally one that has been dedicated specifically for Oracle
- Your Oracle Integration Cloud credentials
- To make sure the disable_content_type_validation_at_api_oauth_login customized variable is set to Yes
Creating a connection in Agiloft
To begin, users need to set up an Invoke Connection.
- Log in to your KB.
- Navigate to Setup > Integration > OAuth2 Client Setup.
- Click New to create an API Application.
- Give the application a Name and a Display Name. These values can be the same.
- In the Full Name field, choose your Agiloft account. This is likely an Admin record or something similar.
- For the Redirect URI field, use the steps below to create a value similar to the one in the example:
https://agiloft-test-ab2ekruygdtf-ia.integration.us-ashburn-1.ocp.oraclecloud.com/icsapis/agent/oauth/callback
- Click your account initials in Oracle to find your Oracle server instance. Copy and paste it somewhere you can refer to it again later.
- Find your region code, which is in your Oracle URL. An example is
us-ashburn-1
. - In the redirect URI field, input
https://
- After https:// input the server instance.
- After the server instance, add
.integration.
- After integration, add the region code.
- After the region code, add
.ocp.
- After .ocp., add the following text:
oraclecloud.com/icsapis/agent/oauth/callback
- Click Apply Changes.
Creating a connection in Oracle
Now, users need to create a connection from the OIC project.
- Log in to your Oracle account.
- In the Oracle Integration Project, add a new connection. Find and select the Agiloft Adapter.
- Give the adapter a Name and an Identifier, and select Invoke as the Role.
- Under Properties, enter:
- KB Name: You can find this in the top right-hand corner of your KB.
- KB Domain: The base URL of your KB. Usually starts with the user's KB name (
example.agiloft
) and ends with.com
or something similar. - Contact ID: The record ID of the value you selected for the Full Name value.
- Under Security, enter:
- Client ID: You can find this at the top of the Application record.
- Client Secret: You can find this near the top of the Application record.
- Click Save. You can now use this connection for any integrations you want to create. For an integration example, consult the next section.
Creating an integration
This is an example workflow for an integration that links with Agiloft.
- In the OIC project, create a new Action that you want to happen in Agiloft. For example, we'll use a Scheduled Assign action to Create a Contract.
- Next, invoke an Agiloft connection by clicking Invoke in the OIC.
- Select the table associated with the action you created.
- Make sure the Endpoint Name and Action look right, and click Finish.
- In the map section that appears, map your action information to the proper Agiloft field. Click Validate.
- Click Save.
- Use the side menu to review any errors in in the integration.
- Click Save.
- To test, click the Test button. Or, you can run ad-hoc requests.
Ad hoc Request
Users can run ad-hoc requests in the OIC project by following the steps below.
- In the OIC integrations list, click the three-dot menu and select Activate.
- Click Debug. When active, click Observe.
- Click the three-dot menu next to the integration and select Run.
- Make sure Ad hoc request is selected and click Run at the top right side of the page.
- Now, navigate to your Agiloft KB and check, for example, the Contract table to see the record that was created.