Defining Data Objects and Distribution

Prerequisites

  • You have authorization rights of a DOE developer.

  • Your administrator has created your user ID on the DOE.

  • Your administrator has created a test device on the DOE.

Context

Either you or a developer on the Data Orchestration Engine (DOE) must define the data objects and their distribution for the tutorial application. You perform these activities on the Data Orchestration Engine Workbench.

Procedure


  1. Create an SWCV called ServiceOrderManagement .

  2. In the ServiceOrderManagement SWCV, create the standard data objects: Customers and ServiceOrders .

    The Customer data object must have the following attributes:

    • CUSTOMERID

    • CUSTOMERNAME

    • STREET

    • ZIPCODE

    • TOWN

    • REGION

    The ServiceOrders data object must have the following attributes:

    • CUSTID

    • ORDERID

    • EQUIPTYPE

    • DESCRIPTION

    • PERC_DONE

    • HOURS_SPENT

    • MATERIAL

  3. Create back-end adapters for the data objects.

  4. Create associations between the two data objects: the CUSTOMERID attribute of the Customer data object must have as association with the CUSTID attribute of the ServiceOrder data object.

  5. Activate the data objects and the back-end adapters in the DOE.

  6. Create a distribution model for the data objects and activate them.

  7. Assign this distribution model to your test device.