StoreOrderLineForOrdering Property |
Specifies that the quantity of the product can be less than free to use quantity, because the product will be supplied . [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 ForOrdering { get; set; }
Public Property ForOrdering As Boolean
Get
Set
public:
property bool ForOrdering {
bool get ();
void set (bool value);
}
member ForOrdering : bool with get, set
Property Value
Type:
Boolean
See Also