Share via


InventUpd_Financial.initInventTransToIssueList Method [AX 2012]

Initializes a sorted list with 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

  • _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.

See Also

Reference

InventUpd_Financial Class