WoItem Class |
Namespace: CorrigoService.Entities
[SerializableAttribute] public class WoItem : CorrigoEntityWithOptimisticLock
The WoItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | Asset |
Asset to work with.
Is required.
|
![]() | AssetLocation |
Free-text value representing item’s location in the asset hierarchy, relative to WO’s main location.
This value is computed by BO.
Max Length=128.
|
![]() | Comment |
Plain text to clarify the items purpose.
Max Length=3096.
|
![]() | Disposition |
Allows to define a point of WorkOrder workflow at which the item is to be processed (e.g. on WorkOrder status changed to Completed).
|
![]() | SortOrderIdx |
Order in parents container.
Sort index; 1-based; must has unique value per WO and used to sort items on UI.
Only positive values are allowed (>= 1).
Is required.
|
![]() | Task |
The task to be done in frame of the item.
Is required.
|
![]() | WorkOrderId |
Parent Work Order Id.
Is required.
|