ReqCalc.isQtyChangedAndCoveredByOnHand Method [AX 2012]
Determines whether the quantity has been changed in a transaction covered by on-hand.
public boolean isQtyChangedAndCoveredByOnHand(
InventTransOriginId _issueInventTransOriginId,
InventTransRefId _issueRefId,
ReqRefType _issueRefType,
Qty _qtyChanged)
Run On
CalledParameters
- _issueInventTransOriginId
- Type: InventTransOriginId Extended Data Type
The InventTransOriginId of the issue.
- _issueRefId
- Type: InventTransRefId Extended Data Type
The InventTransRefId of the issue.
- _issueRefType
- Type: ReqRefType Enumeration
The ReqRefType of the issue.
- _qtyChanged
- Type: Qty Extended Data Type
The Qty of the issue.
Community Additions
ADD
Show: