KanbanCard::createForRule Method
Creates the circulating KanbanCard records for the specified KanbanRule record.
Syntax
client server public static List createForRule(KanbanRule _kanbanRule, int _numberOfCards)
Run On
Called
Parameters
- _kanbanRule
Type: KanbanRule Table
The KanbanRule record to which the cards are assigned.
- _numberOfCards
Type: int
The number of cards to be created.
Return Value
Type: List Class
A list of the CardIds values of cards created.