Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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.