ForecastItemAllocationLine::existItemInventDim Method
Indicates whether the specified record exists in the forecast allocation line table.
Syntax
server public static boolean existItemInventDim(
ForecastItemAllocationId _allocationId,
ItemId _itemId,
InventDimId _inventDimId)
Run On
Server
Parameters
- _allocationId
Type: ForecastItemAllocationId Extended Data Type
The forecast item allocation key ID of the forecast allocation line record.
- _itemId
Type: ItemId Extended Data Type
The item ID of the forecast allocation line record.
- _inventDimId
Type: InventDimId Extended Data Type
The inventory dimension ID of the forecast allocation line record.
Return Value
Type: boolean
true if the inventory dimension combination exists; otherwise, false.