Share via


EventType.isMatchingRule Method [AX 2012]

Determines whether the event data matches the rule that was set up by the event type class.

Syntax

public abstract 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 Create, Update, or Delete (CUD) processor and the due date processor. When this method returns a value of true, a message can be generated.

See Also

EventType Class

EventProcessorCUD Class

EventProcessorDueDate Class