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