Share via


KanbanBoardWorkCellForm.selectJob Method [AX 2012]

Highlights the specified job in the list of jobs.

Syntax

public boolean selectJob(RecId _jobId, str _dataSourceName)

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 job was found and selected; otherwise, false.

See Also

Reference

KanbanBoardWorkCellForm Class