Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.