StoreTransactionLineAllowOverExecution Property |
When true, specifies, that we explicitly allow over-execution. Over-execution is when the quantity in all execution lines exceed the quantity in the parent store order line. [Required] [Default(false)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool AllowOverExecution { get; set; }
Public Property AllowOverExecution As Boolean
Get
Set
public:
property bool AllowOverExecution {
bool get ();
void set (bool value);
}
member AllowOverExecution : bool with get, set
Property Value
Type:
Boolean
See Also