EventTypeDueIn.setDateFilter Method [AX 2012]

Adds a range to the filter query. This enables the interval to be defined for each event due type class.

Syntax

public boolean setDateFilter(Query query)

Run On

Called

Parameters

  • query
    Type: Query Class
    The query that is being changed.

Remarks

For the EventTypeDueIn due type class, the filter is set to the range from system date to system date + X.

See Also

EventTypeDueIn Class

EventTypeDue.setBuffer Method