`
Integrating Oracle Internet of Things Cloud Service with Oracle Service Cloud
Top of Topic

Import and deploy the custom object

You create a custom object to store the device ID.

Before you begin

The definition for the custom object is in the AssetIoTExtensions.zip file that you downloaded from GitHub.

About this task

As mentioned in , Oracle Service Cloud attempts to locate an asset with a device ID that matches the ID embedded in the incoming message from Oracle Internet of Things Cloud Service. However, the Asset object does not include a reference to the device ID. Therefore, it is necessary to extend the Asset object by including the device ID as an attribute. Rather than modifying the Asset object, you create a custom object to store the device ID associated with the asset.

Procedure

  1. In the Service Console, click Configuration on the navigation pane.

  2. Double-click Object Designer under Database.

    The object designer opens on the content pane.

  3. Click Import on the ribbon.

    The Import Custom Objects Wizard opens.

  4. Click Browse, select the AssetIoTExtensions.zip file, and then click Open.

    After the import process completes, you will see a new custom object named AssetIoTExtension.

  5. Click Save, then click Deploy to deploy the AssetIoTExtension custom object.

  6. In the Deploy window, select the Deploy Immediately checkbox, then click Deploy.

    The custom object is deployed. This can take several minutes.

  7. Click Save & Close to close the object designer.