Share via


InventUpd_Physical.pdsCWUpdateAutoAdjust Method [AX 2012]

Updates the catch weight auto adjust quantity.

Syntax

public void pdsCWUpdateAutoAdjust(
    boolean _allowNegativePhysical, 
    LedgerVoucher _ledgerVoucher, 
    InventDimId _inventDimId)

Run On

Server

Parameters

  • _allowNegativePhysical
    Type: boolean
    A Boolean value that indicates whether a negative physical inventory is allowed.
  • _ledgerVoucher
    Type: LedgerVoucher Class
    The LedgerVoucher record that is used for the update.

See Also

Reference

InventUpd_Physical Class