Click or drag to resize

StoreTransactionsRepositoryProjectedAvailability Method

Returns the projected availability.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public IEnumerable<ProjectedAvailability> ProjectedAvailability(
	ObjectTransaction transaction,
	out IEnumerable<CurrentAvailability> currentAvailability,
	IEnumerable<Product> products,
	IEnumerable<EnterpriseCompany> enterpriseCompanies = null,
	IEnumerable<Store> stores = null,
	bool loadByLot = false,
	IEnumerable<Lot> lots = null
)

Parameters

transaction
Type: Aloe.SystemFrameworks.DomainObjectTransaction
The transaction.
currentAvailability
Type: System.Collections.GenericIEnumerableCurrentAvailability
The current availability output parameter. This method internally calls [M:CurrentAvailability] and this is the result.
products
Type: System.Collections.GenericIEnumerableProduct
The products.
enterpriseCompanies (Optional)
Type: System.Collections.GenericIEnumerableEnterpriseCompany
The enterprise companies.
stores (Optional)
Type: System.Collections.GenericIEnumerableStore
The stores.
loadByLot (Optional)
Type: SystemBoolean
if set to true the projected availability is by lot.
lots (Optional)
Type: System.Collections.GenericIEnumerableLot
The lots.

Return Value

Type: IEnumerableProjectedAvailability
See Also