Share via


KanbanBoardWorkCellForm.selectCard Method [AX 2012]

Highlights the specified card in the list of jobs or outputs an error message to the message board if the card is not found.

Syntax

public boolean selectCard(
    KanbanCardId _cardId, 
    str _dataSourceName, 
    KanbanBoardTmpMessageBoard _messageBoard)

Run On

Called

Parameters

  • _dataSourceName
    Type: str
    The data source name of the data source that contains the job list.

Return Value

Type: boolean
true if the card was found and selected; otherwise, false.

See Also

Reference

KanbanBoardWorkCellForm Class