Click or drag to resize

AvailableQuantityArgs Class

Encapsulates the arguments for CalculateAvailableQuantityOfProduct method.
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Logistics.InventoryAvailableQuantityArgs

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public class AvailableQuantityArgs

The AvailableQuantityArgs type exposes the following members.

Constructors
  NameDescription
Public methodAvailableQuantityArgs
Initializes a new instance of the AvailableQuantityArgs class.
Top
Properties
  NameDescription
Public propertyAnyLot
Gets or sets a value indicating whether the available quantity is calculated regardless of the lot.
Public propertyAnyProductVariant
Gets or sets a value indicating whether the available quantity is calculated regardless of the product variant.
Public propertyAnySerialNumber
Gets or sets a value indicating whether the available quantity is calculated regardless of the serial number.
Public propertyAnyStoreBin
Gets or sets a value indicating whether the available quantity is calculated regardless of the store bin.
Public propertyEnterpriseCompany
Gets or sets the enterprise company condition for srore transaction documents. If null, the store transactions from all enterprise companies are processed.
Public propertyLot
Gets or sets the lot condition. When set, AnyLot is set to false.
Public propertyProduct
Gets or sets the product for which available quantity is requested
Public propertyProductVariant
Gets or sets the product variant condition. When set, AnyProductVariant is set to false.
Public propertySerialNumber
Gets or sets the serial number condition. When set, AnySerialNumber is set to false.
Public propertyStore
Gets or sets the store in which the available quantity is requested.
Public propertyStoreBin
Gets or sets the store bin condition. When set, AnyStoreBin is set to false.
Top
Methods
  NameDescription
Public methodCalculateAvailableToPromise
Calculates the projected available quantity.
Public methodCalculateCurrentAvailability
Calculates the available quantity.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also