KanbanRuleEvent.coversAtLeastSameEventsAs Method
Compares the current record to another KanbanRuleEvent record and determines whether the current record covers at least the same event types.
Syntax
public boolean coversAtLeastSameEventsAs(KanbanRuleEvent _kanbanRuleEvent)
Run On
Called
Parameters
- _kanbanRuleEvent
Type: KanbanRuleEvent Table
A KanbanRuleEvent record to compare to the current one.
Return Value
Type: boolean
true if the current record covers at least the same event types as the KanbanRuleEvent record specified; otherwise, false.
Remarks
The event types do not have to match the same action (Manual, Automatic, etc) in both records.