MCRPackingBoxTrans::hasOneOrMoreBoxes Method
Indicates whether a given sales parm table (identified by _tableRefId), after being run through boxing logic, created one or more boxes. If so, return true; otherwise, return false.
Syntax
client server public static boolean hasOneOrMoreBoxes(TradeLineRefId _tableRefId)
Run On
Called
Parameters
- _tableRefId
Type: TradeLineRefId Extended Data Type
A trade line table ID.
Return Value
Type: boolean
true if one or more boxes exist; otherwise, false.