You create a custom object to store the device ID.
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.
-
In the Service Console, click Configuration on the navigation pane.
-
Double-click Object Designer under Database.
The object designer opens on the content pane.
-
Click Import on the ribbon.
The Import Custom Objects Wizard opens.
-
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.
-
Click Save, then click Deploy to deploy the AssetIoTExtension custom object.
-
In the Deploy window, select the Deploy Immediately checkbox, then click Deploy.
The custom object is deployed. This can take several minutes.
-
Click Save & Close to close
the object designer.