Share via


InventAgingDP.commandsToExecuteForFetchedReceiptRow Method [AX 2012]

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

Syntax

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

See Also

Reference

InventAgingDP Class