InventUpdateOnhand.addInventSumLogTTS Method [AX 2012]

Adds a record that indicates a change for master planning to consider.

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 boolean addInventSumLogTTS(
            InventTrans _inventTrans, 
            NoYes _plus, 
           [boolean _keepSequenceNumber, 
            boolean _skipInventTransValidation])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void addInventSumLogTTS(
            InventTrans _inventTrans, 
            NoYes _plus, 
           [boolean _keepSequenceNumber])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void addInventSumLogTTS(
            InventTrans _inventTrans, 
            NoYes _plus, 
           [boolean _keepSequenceNumber])

  Microsoft Dynamics AX 2012 (FPK)
          public void addInventSumLogTTS(
            InventTrans _inventTrans, 
            NoYes _plus, 
           [boolean _keepSequenceNumber])

  Microsoft Dynamics AX 2012 (SYS)
          public void addInventSumLogTTS(
            InventTrans _inventTrans, 
            NoYes _plus, 
           [boolean _keepSequenceNumber])

Run On

Called

Parameters

  • _inventTrans
    Type: InventTrans Table
    The InventTrans record that causes the on hand changes.
  • _keepSequenceNumber
    Type: boolean
    true if the internal counter for log records to help secure correct order when rollback is performed should remain unchanged; otherwise, false.
  • _skipInventTransValidation
    Type: boolean
    true if the validation of inventTrans should be skipped; otherwise, false.

Return Value

Type: boolean
true if a change record was added for the given InventTrans record; otherwise, false.

See Also

Reference

InventUpdateOnhand Class