AvailableQuantityArgs Class |
Namespace: Aloe.EnterpriseOne.Model.Logistics.Inventory
The AvailableQuantityArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| AvailableQuantityArgs |
Initializes a new instance of the AvailableQuantityArgs class.
|
| Name | Description | |
|---|---|---|
| AnyLot |
Gets or sets a value indicating whether the available quantity is calculated regardless of the lot.
| |
| AnyProductVariant |
Gets or sets a value indicating whether the available quantity is calculated regardless of the product variant.
| |
| AnySerialNumber |
Gets or sets a value indicating whether the available quantity is calculated regardless of the serial number.
| |
| AnyStoreBin |
Gets or sets a value indicating whether the available quantity is calculated regardless of the store bin.
| |
| EnterpriseCompany |
Gets or sets the enterprise company condition for srore transaction documents. If null, the store transactions from all enterprise companies are processed.
| |
| Lot |
Gets or sets the lot condition. When set, AnyLot is set to false.
| |
| Product |
Gets or sets the product for which available quantity is requested
| |
| ProductVariant |
Gets or sets the product variant condition. When set, AnyProductVariant is set to false.
| |
| SerialNumber |
Gets or sets the serial number condition. When set, AnySerialNumber is set to false.
| |
| Store |
Gets or sets the store in which the available quantity is requested.
| |
| StoreBin |
Gets or sets the store bin condition. When set, AnyStoreBin is set to false.
|
| Name | Description | |
|---|---|---|
| CalculateAvailableToPromise |
Calculates the projected available quantity.
| |
| CalculateCurrentAvailability |
Calculates the available quantity.
| |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |