ReceivingOrderLineFinished Property |
When true, denotes that this is the last receivement for this purchase order line and further receivements are not expected. [Required] [Default(false)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Procurement
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