TransferOrdersOptionAvailableQuantityOnly Property |
Specifies, that transfer orders of this document type will be allowed to be released only when the requested quantity is less than the available (ATP) quantity. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool AvailableQuantityOnly { get; set; }
Public Property AvailableQuantityOnly As Boolean
Get
Set
public:
property bool AvailableQuantityOnly {
bool get ();
void set (bool value);
}
member AvailableQuantityOnly : bool with get, set
Property Value
Type:
Boolean
See Also