Share via


ProdTableType_Pmf.insert Method [AX 2012]

Inserts the specified ProdTable record.

Syntax

public void insert(
   [boolean _dropEstimated, 
    Common _childBuffer, 
    boolean _expandBOMRoute])

Run On

Server

Parameters

  • _dropEstimated
    Type: boolean
    A Boolean value that specifies if related inventory transactions should be updated as well; optional.
  • _childBuffer
    Type: Common Table
    A record of any type that controls the current ProdTable record; optional.
  • _expandBOMRoute
    Type: boolean
    A Boolean value that starts creating of BOMs, formulas and routes; optional.

See Also

Reference

ProdTableType_Pmf Class