Compartir a través de


KanbanCard::getRuleCardsCountTotal Method

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.

See Also

Reference

KanbanCard Table