Share via


InventTrans.update Method

Updates the current record

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public void update(
           [NoYes _dropInventOnHand, 
            NoYes _canDropInventSumDelta, 
            InventDimId _inventDimIdTransferIssue])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void update([NoYes _dropInventOnHand, NoYes _canDropInventSumDelta])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void update([NoYes _dropInventOnHand])

  Microsoft Dynamics AX 2012 (FPK)
          public void update([NoYes _dropInventOnHand])

  Microsoft Dynamics AX 2012 (SYS)
          public void update([NoYes _dropInventOnHand])

Run On

Server

Parameters

  • _dropInventOnHand
    Type: NoYes Enumeration
    Yes if updating inventory on hand should be skippedM; otherwise, No.
  • _canDropInventSumDelta
    Type: NoYes Enumeration
    Yes if InventSum should be updated directly instead of using InventSumDelta; otherwise, No.

See Also

Reference

InventTrans Table