Share via


InventAgingDP.commandsToExecuteForFetchedAsOfRow Method [AX 2012]

Creates an instance of the InventAgingCmdList class with a list of commands to execute for each fetched row in the as of qty and amount query.

Syntax

private InventAgingCmdList commandsToExecuteForFetchedAsOfRow(QueryRun _queryRun)

Run On

Server

Parameters

  • _queryRun
    Type: QueryRun Class
    The QueryRun that fetched the as of qty.

Return Value

Type: InventAgingCmdList Class
An instance of the InventAgingCmdList class with a list of commands to execute for each fetched row in the as of qty and amount query.

See Also

Reference

InventAgingDP Class