ShipmentOrderLineFinished Property |
True if this shipment should prohibit further shipments for the sales order line. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool Finished { get; set; }
Public Property Finished As Boolean
Get
Set
public:
property bool Finished {
bool get ();
void set (bool value);
}
member Finished : bool with get, set
Property Value
Type:
Boolean
See Also