Click or drag to resize

CurrentBalanceExtensionsGetCurrentQuantityBase Method

Gets the stored quantity of the product.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static Quantity GetCurrentQuantityBase(
	this Product product,
	EnterpriseCompany enterpriseCompany = null,
	Store store = null,
	StoreBin storeBin = null,
	Lot lot = null,
	SerialNumber serialNumber = null,
	ProductVariant productVariant = null
)

Parameters

product
Type: Aloe.EnterpriseOne.Model.General.ProductsProduct
The product.
enterpriseCompany (Optional)
Type: Aloe.EnterpriseOne.Model.GeneralEnterpriseCompany
The enterprise company.
store (Optional)
Type: Aloe.EnterpriseOne.Model.Logistics.InventoryStore
The store.
storeBin (Optional)
Type: Aloe.EnterpriseOne.Model.Logistics.InventoryStoreBin
The store bin.
lot (Optional)
Type: Aloe.EnterpriseOne.Model.Logistics.InventoryLot
The lot.
serialNumber (Optional)
Type: Aloe.EnterpriseOne.Model.Logistics.InventorySerialNumber
The serial number.
productVariant (Optional)
Type: Aloe.EnterpriseOne.Model.GeneralProductVariant
The product variant.

Return Value

Type: Quantity

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Product. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also