Share via


InventLedgerConflictInit::applyInputQuery Method [AX 2012]

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

Syntax

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.

See Also

Reference

InventLedgerConflictInit Class