WarehouseOrderLineTaskType Property |
The type of the task (operation), which should be performed. MOV=Move; INB=Inbound; OUT=Outbound; INS=Inspect; PCK=Packing/Unpacking; CNT=Count. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Wms
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string TaskType { get; set; }
Public Property TaskType As String
Get
Set
public:
property String^ TaskType {
String^ get ();
void set (String^ value);
}
member TaskType : string with get, set
Property Value
Type:
String
See Also