ReqTrans::hasSalesForecast Method
Determines whether an item has a sales forecast defined for the specified inventory dimensions.
Syntax
client server public static boolean hasSalesForecast(
ReqPlanId _reqPlanId,
ItemId _itemId,
InventDimId _covInventDimId)
Run On
ClientOrServer
Parameters
- _reqPlanId
Type: ReqPlanId Extended Data Type
A string value that holds a master plan ID.
- _itemId
Type: ItemId Extended Data Type
A string value that holds an item ID.
- _covInventDimId
Type: InventDimId Extended Data Type
A string value that holds an inventory dimension ID.
Return Value
Type: boolean
true if the sales forecast exists; otherwise, false.