Share via


EventCreateRule.addRecIdRange Method [AX 2012]

Adds a range of record IDs to the query when an alerted table is selected table to create an alert rule.

Syntax

private void addRecIdRange(Query _query)

Run On

Called

Parameters

  • _query
    Type: Query Class
    The Query object that reflects current rule condition.

See Also

Reference

EventCreateRule Class