Click or drag to resize

AvailableQuantityArgs Properties

The AvailableQuantityArgs type exposes the following members.

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
See Also