ForecastItemAllocationLine::existItemGroup Method
Indicates whether the specified record exists in the forecast allocation line table.
Syntax
server public static boolean existItemGroup(ForecastItemAllocationId _allocationId, ItemGroupId _itemGroupId)
Run On
Server
Parameters
- _allocationId
Type: ForecastItemAllocationId Extended Data Type
The forecast item allocation key ID of the forecast allocation line record.
- _itemGroupId
Type: ItemGroupId Extended Data Type
The item group ID of the forecast allocation line record.
Return Value
Type: boolean
true if the item group exists; otherwise, false.