ReqTransCache.receiptsQuery Method [AX 2012]

Gets a query that can be used to retrieve receipts from the database.

public Query receiptsQuery(ItemId _itemId, InventDimId _covInventDimId)

Run On

Called

Parameters

_itemId
Type: ItemId Extended Data Type
The item ID to use to filter the transaction.
_covInventDimId
Type: InventDimId Extended Data Type
The inventory dimension ID to use to filter the transaction.

Return Value

Type: Query Class
A new Query object.

Community Additions

ADD
Show: