Home | Using Katmandoo | Quick Start Guide | How-to | Task Menu | Table of Contents | See Also | Collapse All

Operation Type

Overview

Operation type identifies type of a Trial Operation.

Some examples:
  1. Dry Matter Reading
  2. Apply Herbicide
  3. Unknown Operation Type

Detail

Unknown Operation Type

The OperationType table has a record for Unknown Operation Type (Operation Type Name = Unknown Operation Type) which can be used when the operation type information is not available.

The string value of the "UnknownOperationTypeName" key in the .config file must match the Unknown Operation Type record in the Operation Type table. Please read important information before making any changes in the config file.
 
  <codeToDatabaseMappings>
    <!-- UNKNOWN Operation type -->
        <add key="UnknownOperationTypeName" value="UNKNOWN OPERATION TYPE" />

      </codeToDatabaseMappings>
 

Table Structure

Column Name Description
OperationTypeId (PK) Identification Number that uniquely identifies a kind of Trial Operation.
OperationTypeName (AK) Name that uniquely identifies a kind of Trial Operation.

Main Form

Use [ Task > Trial > Raw Data > Manage Operation Type ] to load Operation Type Main Form with all the Operation types in the database.
Illustrative snapshot:
OperationType Main Form (Click it to change its size)

Setup Form

To add/edit an Operation type, follow the steps below :
Illustrative snapshot:
Operation Type Setup Form (Click it to change its size)

Export / Import

Export
Import

See Also