KanbanRule::lookupReassignRule Method
Shows a lookup form for selecting a kanban rule that is valid for reassignment.
Syntax
client server public static void lookupReassignRule(
Object _caller,
LeanRuleData _leanRuleData,
[boolean _excludeCurrentRecord])
Run On
Called
Parameters
- _caller
Type: Object Class
The control that is requesting a lookup to be shown.
- _leanRuleData
Type: LeanRuleData Class
The LeanRuleData object that holds the reassigned rule data.
- _excludeCurrentRecord
Type: boolean
A Boolean value that determines whether the current record stored in the LeanRuleData instance is excluded from the list of the lookup or not.