PmfFormCtrl_ProdTableCreate.changeBOMRouteVersionsPost Method [AX 2012]

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

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

Run On

Called

Parameters

_inventDim
Type: InventDim Table
A new inventory dimension.
_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.

Community Additions

ADD
Show: