Share via


InventAgingDP.commandsToExecuteForFetchedAsOfQtyRow 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 query.

Syntax

private InventAgingCmdList commandsToExecuteForFetchedAsOfQtyRow(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 query.

See Also

Reference

InventAgingDP Class