Share via


ProdTableType.update Method [AX 2012]

Updates the specified ProdTable record.

Syntax

public void update([boolean dropEstimated, Common childBuffer])

Run On

Called

Parameters

  • dropEstimated
    Type: boolean
    A Boolean value that indicates whether the related inventory transactions should also be updated; optional.
  • childBuffer
    Type: Common Table
    A record of any type that controls the current ProdTable record; optional.

See Also

Reference

ProdTableType Class