Share via


PmfFormCtrl_ProdTableCreate.changeBOMRouteVersionsPost Method [AX 2012]

Handles post execution events when new BOM and Route records get assigned.

Syntax

public void changeBOMRouteVersionsPost(
    InventDim _inventDim, 
    boolean _assignYieldPct, 
   [boolean _assignQty])

Run On

Called

Parameters

  • _assignYieldPct
    Type: boolean
    true if the PmfYieldPct field should be set; otherwise false.
  • _assignQty
    Type: boolean
    true if the quantity fields should be set; otherwise false.

See Also

Reference

PmfFormCtrl_ProdTableCreate Class