Share via


EventTypeDue.isMatchingRule Method [AX 2012]

Tests whether event data matches the rule that is set up by the event type class.

Syntax

public boolean isMatchingRule()

Run On

Called

Return Value

Type: boolean
true if the rule validates to true; otherwise, false.

Remarks

This method is used by the due date processor. When this method returns true, an alert message can be generated.

See Also

EventTypeDue Class

EventProcessorDueDate Class