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
-
Create an SWCV called ServiceOrderManagement .
-
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
-
-
Create back-end adapters for the data objects.
-
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.
-
Activate the data objects and the back-end adapters in the DOE.
-
Create a distribution model for the data objects and activate them.
-
Assign this distribution model to your test device.