KanbanCard::getRuleCardsCountAssigned Method
Gets the number of assigned KanbanCard records that belong to a particular kanban rule.
Syntax
client server public static NumberOf getRuleCardsCountAssigned(KanbanRule _kanbanRule, [boolean _onlyActive])
Run On
Called
Parameters
- _kanbanRule
Type: KanbanRule Table
The KanbanRule buffer to which the cards belong.
- _onlyActive
Type: boolean
Determines if only the cards for the active rule or the whole replacement chain are returned.
Return Value
Type: NumberOf Extended Data Type
The number of assigned cards.