InventQualityManagementCreateHandler::createRouteOprReportFinishedBeforeRange Method [AX 2012]
Handles order creation before route operation report is finished.
Syntax
server public static void createRouteOprReportFinishedBeforeRange(
ProdId _prodId,
OprNum _fromOprNum,
OprNum _toOprNum,
boolean _onlySecondary,
boolean _reverse)
Run On
Server
Parameters
- _prodId
Type: ProdId Extended Data Type
A ProdId value.
- _fromOprNum
Type: OprNum Extended Data Type
A OprNum value that gives a lower bound on route operations that are updated.
- _toOprNum
Type: OprNum Extended Data Type
A OprNum value that gives an upper bound on route operations that are updated.
- _onlySecondary
Type: boolean
A Boolean value that indicates whether the route operations are updated.
- _reverse
Type: boolean
A Boolean value that indicates whether the route operations are updated.