Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
- _plus
Type: NoYes Enumeration
Yes if the change is adding on hand; otherwise, No.
- _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.