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.
Creates a list of kanbans and derived event kanbans.
Syntax
protected List createKanbanListInclDerivedEventKanbans(
List _listTopLevel,
[List _listPrevLevel,
int _level])
Run On
Server
Parameters
- _listTopLevel
Type: List Class
The top level List object of kanban records.
- _listPrevLevel
Type: List Class
The previous level List object of kanban records; optional.
- _level
Type: int
The current level, which starts with top level 1; optional.
Return Value
Type: List Class
A List object of kanban records.
Remarks
The method recursively calls itself for each level of kanban for as long as derived kanbans are found.
The list may contain duplicates if a kanban covers more than one event.