Share via


EventCreateRule.queryAddDynaCursor Method [AX 2012]

Traverses the query of the callerFormDataSource, and for each dynaLink appends the corresponding field and dyna value to the specified query.

Syntax

protected void queryAddDynaCursor(Query _query)

Run On

Called

Parameters

  • _query
    Type: Query Class
    Dyna fields and values are added ranges and values to this query.

See Also

Reference

EventCreateRule Class