Share via


InventTransferLine.updateEstimated Method

Updates the RemainStatus and estimated InventTrans fields that are related to the line.

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 updateEstimated(
           [NoYes _dropEstimated, 
            InventQty _qtyRemainReceive, 
            NoYes _updateHeader, 
            PdsCWInventQty _cwQtyRemainReceive])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void updateEstimated(
           [NoYes _dropEstimated, 
            InventQty _qtyRemainReceive, 
            NoYes _updateHeader, 
            PdsCWInventQty _cwQtyRemainReceive])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void updateEstimated(
           [NoYes _dropEstimated, 
            InventQty _qtyRemainReceive, 
            NoYes _updateHeader, 
            PdsCWInventQty _cwQtyRemainReceive])

  Microsoft Dynamics AX 2012 (FPK)
          public void updateEstimated(
           [NoYes _dropEstimated, 
            InventQty _qtyRemainReceive, 
            NoYes _updateHeader])

  Microsoft Dynamics AX 2012 (SYS)
          public void updateEstimated(
           [NoYes _dropEstimated, 
            InventQty _qtyRemainReceive, 
            NoYes _updateHeader])

Run On

Called

Parameters

  • _dropEstimated
    Type: NoYes Enumeration
    A NoYes enumeration value that indicates whether the estimated transactions related to the line are not updated; optional.
  • _updateHeader
    Type: NoYes Enumeration
    A Boolean value that indicates whether the header record must be updated; optional.

See Also

Reference

InventTransferLine Table