Click or drag to resize

clsImportWorkItemServiceTaskResults Fields

The clsImportWorkItemServiceTaskResults type exposes the following members.

Fields
  NameDescription
Public fieldActivity
NVARCHAR (100) Activity
Public fieldApproval
INT (4) Approval
Public fieldApprovalDate
Datetime (8) ApprovalDate
Public fieldApprovalText
NTEXT (0) ApprovalText
Public fieldApprovalUser
NVARCHAR (4) ApprovalUser
Public fieldInspectedBy
NVARCHAR (20) InspectedBy -> Employee Number of the inspector
Public fieldInspectedByType
INT (4) InspectedByType = 33 Employee
Public fieldQualityProcess
Helper Variable to easy load the corresponding question from the check list. If 0, it is loaded by the QualityProcessQuestion property. See clsImportQualityProcess
Public fieldQualityProcessQuestion
INT (4) QualityProcessQuestion. Mandatory link to the question. See clsImportQualityProcessQuestion for details.
Public fieldResultValue
NUMERIC(19,6) (8) ResultValue for numeric results
Public fieldResultValueText
NVARCHAR (20) ResultValueText for text results
Public fieldServiceTaskId
Link to the service task. See clsImportWorkItemServiceTask for details.
Public fieldServiceTaskPosID
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.
Public fieldServiceTaskResultID
INT (4) WorkItemResultID Internal unique id.
Top
See Also