InventUpdate.initInventTransToIssueList Method [AX 2012]
Initializes a sorted list that has transactions to issue.
Syntax
public void initInventTransToIssueList(
StatusIssue _fromStatus,
StatusIssue _toStatus,
InventDimId _inventDimId,
InventDim _inventDimCriteria,
InventDimParm _inventDimParm,
InventTransChildType _inventTransChildType,
InventTransChildRefId _inventTransChildRefId)
Run On
Server
Parameters
- _fromStatus
Type: StatusIssue Enumeration
The first issue status to include.
- _toStatus
Type: StatusIssue Enumeration
The last issue status to include.
- _inventDimId
Type: InventDimId Extended Data Type
The exact inventory dimension ID if known; otherwise, an empty string.
- _inventDimCriteria
Type: InventDim Table
An InventDim record identifying the required inventory dimension values.
- _inventDimParm
Type: InventDimParm Table
An InventDimParm records identifying which inventory dimensions are required.
- _inventTransChildType
Type: InventTransChildType Enumeration
The required TransChildType value for transactions.
- _inventTransChildRefId
Type: InventTransChildRefId Extended Data Type
The required TransChildRefId value for transactions.