AvailableQuantityArgsAnyLot Property |
Gets or sets a value indicating whether the available quantity is calculated regardless of the lot.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool AnyLot { get; set; }
Public Property AnyLot As Boolean
Get
Set
public:
property bool AnyLot {
bool get ();
void set (bool value);
}
member AnyLot : bool with get, set
Property Value
Type:
Booleantrue if available quantity is calculated for all lots of the specified product; otherwise,
false.
See Also