InventLedgerConflictInit::applyInputQuery Method [AX 2012]

Applies the user selected values to the query that is to be executed.

client server public static void applyInputQuery(
    Map _relevantFields, 
    Query _inputQuery, 
    Query _query)

Run On

Called

Parameters

_relevantFields
Type: Map Class
The list of relevant fields to add to the query.
_inputQuery
Type: Query Class
The query that defines the user selected ranges.
_query
Type: Query Class
The query to add the user selected values to.
Show: