Share via


ProdTableType_Pmf.update Method [AX 2012]

Updates the specified ProdTable record.

Syntax

public void update([boolean _dropEstimated, Common _childBuffer])

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.

See Also

Reference

ProdTableType_Pmf Class