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.
Returns the total number of records in the KanbanCard table that belong to a particular KanbanRule buffer.
Syntax
client server public static NumberOf getRuleCardsCountTotal(
KanbanRule _kanbanRule,
[boolean _onlyActive,
boolean _onlyCirculating])
Run On
Called
Parameters
- _kanbanRule
Type: KanbanRule Table
The KanbanRule buffer to which the cards belong.
- _onlyActive
Type: boolean
A Boolean value that indicates whether the cards for the active rule or the whole replacement chain are returned; optional.
- _onlyCirculating
Type: boolean
A Boolean value that indicates whether the circulating cards are returned; optional.
Return Value
Type: NumberOf Extended Data Type
The total number of cards that belong to the rule.