Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether two KanbanRules buffers belong to the same replacement chain.
Syntax
client server public static boolean belongToTheSameReplacementChain(
KanbanRuleRefRecId _kanbanRuleRecId1,
KanbanRuleRefRecId _kanbanRuleRecId2,
[boolean _checkOrder])
Run On
Called
Parameters
- _kanbanRuleRecId1
Type: KanbanRuleRefRecId Extended Data Type
The record ID of the first KanbanRule buffer.
- _kanbanRuleRecId2
Type: KanbanRuleRefRecId Extended Data Type
The record ID of the second KanbanRule buffer.
- _checkOrder
Type: boolean
Determines whether the _kanbanRuleRecId2 parameter should be a successor of the _kanbanRuleRecId1 parameter.
Return Value
Type: boolean
true if the two rules belong to the same replacement chain; otherwise, false.