Click or drag to resize

AvailableQuantityArgsAnyProductVariant Property

Gets or sets a value indicating whether the available quantity is calculated regardless of the product variant.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public bool AnyProductVariant { get; set; }

Property Value

Type: Boolean
true if available quantity is calculated for all product variants of the specified product; otherwise, false.
See Also