Share via


InventQualityManagementCreateHandler::createRouteOprReportFinishedAfter Method [AX 2012]

Handles order creation after route operation report is finished.

Syntax

server public static void createRouteOprReportFinishedAfter(
    ProdId _prodId, 
    OprNum _oprNum, 
    boolean _onlySecondary, 
    boolean _reverse)

Run On

Server

Parameters

  • _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.

See Also

Reference

InventQualityManagementCreateHandler Class