EventType.isRequiringX Method [AX 2012]

Indicates whether a specialization of an event type needs a value.

Syntax

public boolean isRequiringX()

Run On

Called

Return Value

Type: boolean
true if a value is needed; otherwise, false.

Remarks

This value is used to compare the rule against the event data during processing.This method is used when creating or displaying a rule.

See Also

Reference

EventType Class