Click or drag to resize

WoItem Class

This object represents line items included into work order. Each line item is separate task with location (where job is needed), task (what needs to be done) and even status (called disposition). Web service access scope - Full access
Inheritance Hierarchy

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class WoItem : CorrigoEntityWithOptimisticLock

The WoItem type exposes the following members.

Properties
 NameDescription
Public propertyAsset Asset to work with. Is required.
Public propertyAssetLocation 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.
Public propertyComment Plain text to clarify the items purpose. Max Length=3096.
Public propertyDisposition Allows to define a point of WorkOrder workflow at which the item is to be processed (e.g. on WorkOrder status changed to Completed).
Public propertySortOrderIdx 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.
Public propertyTask The task to be done in frame of the item. Is required.
Public propertyWorkOrderId Parent Work Order Id. Is required.
Top
See Also