InventUpd_Physical.initInventTransToReceiveList Method [AX 2012]
Initializes the list of transactions for the receipt.
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 initInventTransToReceiveList(
StatusReceipt _fromStatus,
StatusReceipt _toStatus,
InventDimId _inventDimId,
InventDim _inventDimCriteria,
InventDimParm _inventDimParm,
InventTransChildType _inventTransChildType,
InventTransChildRefId _inventTransChildRefId,
InventQty _maxQty,
[boolean _addRecordsNotMatchingCriteria])
Microsoft Dynamics AX 2012 R2 (SYS)
public void initInventTransToReceiveList(
StatusReceipt _fromStatus,
StatusReceipt _toStatus,
InventDimId _inventDimId,
InventDim _inventDimCriteria,
InventDimParm _inventDimParm,
InventTransChildType _inventTransChildType,
InventTransChildRefId _inventTransChildRefId,
InventQty _maxQty,
[boolean _addRecordsNotMatchingCriteria])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected void initInventTransToReceiveList(
StatusReceipt _fromStatus,
StatusReceipt _toStatus,
InventDimId _inventDimId,
InventDim _inventDimCriteria,
InventDimParm _inventDimParm,
InventTransChildType _inventTransChildType,
InventTransChildRefId _inventTransChildRefId,
InventQty _maxQty,
[boolean _addRecordsNotMatchingCriteria])
Microsoft Dynamics AX 2012 (FPK)
protected void initInventTransToReceiveList(
StatusReceipt _fromStatus,
StatusReceipt _toStatus,
InventDimId _inventDimId,
InventDim _inventDimCriteria,
InventDimParm _inventDimParm,
InventTransChildType _inventTransChildType,
InventTransChildRefId _inventTransChildRefId,
InventQty _maxQty,
[boolean _addRecordsNotMatchingCriteria])
Microsoft Dynamics AX 2012 (SYS)
protected void initInventTransToReceiveList(
StatusReceipt _fromStatus,
StatusReceipt _toStatus,
InventDimId _inventDimId,
InventDim _inventDimCriteria,
InventDimParm _inventDimParm,
InventTransChildType _inventTransChildType,
InventTransChildRefId _inventTransChildRefId,
InventQty _maxQty,
[boolean _addRecordsNotMatchingCriteria])
Run On
Server
Parameters
- _fromStatus
Type: StatusReceipt Enumeration
The from range for the statusReceipt enumeration value to use to retrieve the transactions.
- _toStatus
Type: StatusReceipt Enumeration
The to range for the statusReceipt enumeration value to use to retrieve the transactions.
- _inventDimId
Type: InventDimId Extended Data Type
The inventory dimension ID to use to find the receipt transactions.
- _inventDimCriteria
Type: InventDim Table
The inventory dimension record to use to find the receipt transactions.
- _inventDimParm
Type: InventDimParm Table
The inventory dimension parameters to use to find the receipt transactions.
- _inventTransChildType
Type: InventTransChildType Enumeration
The inventory transaction child type to use to find the receipt transactions.
- _inventTransChildRefId
Type: InventTransChildRefId Extended Data Type
The inventory transaction child reference ID to use to find the receipt transactions.
- _maxQty
Type: InventQty Extended Data Type
The maximum quantity that has to be received.
- _addRecordsNotMatchingCriteria
Type: boolean
A Boolean flag that specifies whether to add records that do not match the criteria.