Before You Install the Recipe
You must perform the following configuration tasks on your ServiceNow instance and Box instance in order to connect to these external systems using Oracle Integration and successfully create folders in Box for ServiceNow incidents.
Configure ServiceNow
To access ServiceNow using Oracle Integration and create corresponding Box folders for ServiceNow incidents, you must perform certain configurations on your ServiceNow instance.
Log in to your ServiceNow instance as an Administrator and execute the following tasks.
- Create a custom user (for example, Integration user) and assign a custom role that has access to ServiceNow tables. See Satisfy User and Role Requirements under Prerequisites for Creating a Connection in Using the ServiceNow Adapter with Oracle Integration 3.
- Enable web services and assign permissions to required tables.
- Enable multiple insert plugin to support insertMultiple in SOAP.
- On the ServiceNow home page, search for System Definition.
- Select Plugins.
- Locate and click Insert Multiple Web Service.
- If the status is inactive, click Activate/Repair.
- Get the ServiceNow Caller ID.
- On the ServiceNow home page, search for User Administration and then click Users.
- On the Users page, select the custom user that you configured earlier in step 1.
- Locate the value of the
sys_id
in the URL that appears when you select the user. - Note the
sys_id
value as you would need to provide it while configuring lookup table in Oracle Integration.
In addition, you must also create a custom field to store the Id of the Box folder that gets created for new ServiceNow incident. See Create a Custom Field for Box Folder IDs.