clsImportWorkItemServiceTaskResults Fields |
The clsImportWorkItemServiceTaskResults type exposes the following members.
| Name | Description | |
|---|---|---|
| Activity |
NVARCHAR (100) Activity
| |
| Approval |
INT (4) Approval
| |
| ApprovalDate |
Datetime (8) ApprovalDate
| |
| ApprovalText |
NTEXT (0) ApprovalText
| |
| ApprovalUser |
NVARCHAR (4) ApprovalUser
| |
| InspectedBy |
NVARCHAR (20) InspectedBy -> Employee Number of the inspector
| |
| InspectedByType |
INT (4) InspectedByType = 33 Employee
| |
| QualityProcess | Helper Variable to easy load the corresponding question from the check list. If 0, it is loaded by the QualityProcessQuestion property. See clsImportQualityProcess | |
| QualityProcessQuestion |
INT (4) QualityProcessQuestion. Mandatory link to the question. See clsImportQualityProcessQuestion for details.
| |
| ResultValue |
NUMERIC(19,6) (8) ResultValue for numeric results
| |
| ResultValueText |
NVARCHAR (20) ResultValueText for text results
| |
| ServiceTaskId | Link to the service task. See clsImportWorkItemServiceTask for details. | |
| ServiceTaskPosID |
INT (4) WorkItemPosID Link to task (service task, internal service task, result task) position referencing to the equipment or customer service object (base line). See clsImportWorkItemServiceTaskPosition for details.
| |
| ServiceTaskResultID |
INT (4) WorkItemResultID Internal unique id.
|