Context Tasks

The tasks in a node must be defined. The context task definition is the same for each task where there is mapping between the task and its associated database table. A sample of the X9GlobalContextTask is shown here:
<?xml version="1.0"?>
<taskDescriptor name="X9GlobalContextTask" type="TABLE">
  <dataName>X9GlobalContextTable</dataName>
</taskDescriptor>
A sample of the X9RecordTypeTask is shown here:
<?xml version="1.0"?>
<taskDescriptor name="X9RecordTypeTask" type="TABLE">
  <dataName>X9RecordsTable</dataName>
</taskDescriptor>