Click or drag to resize

AvailableQuantityArgsCalculateAvailableToPromise Method

Calculates the projected available quantity.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Quantity CalculateAvailableToPromise(
	DateTime calendarDate
)

Parameters

calendarDate
Type: SystemDateTime
The calendar date.

Return Value

Type: Quantity
Exceptions
ExceptionCondition
ArgumentExceptionCalendarDate should not be before today.
ArgumentNullExceptionProduct
See Also