AssetDepTransMap_JP::adjustQueryForDocument Method [AX 2012]
Adjusts the query so that the document information is considered.
client server private static void adjustQueryForDocument(
AssetDepBookMap_JP _assetDepBookMap,
Query _query,
RefRecId _assetDocumentEntryRecId)
Run On
CalledParameters
- _assetDepBookMap
- Type: AssetDepBookMap_JP Map
A buffer of a table that is mapped to the AssetDepBookMap_JP map.
- _query
- Type: Query Class
The query to adjust.
- _assetDocumentEntryRecId
- Type: RefRecId Extended Data Type
The record ID of the asset document entry; optional.
If this parameter is set, the method calculates only for the specified document; otherwise, it calculates all transactions except the transactions for document types that should not be included by default.
Show: