Share via


KanbanBoardWorkCellForm::updateSelectedJobsPriority Method [AX 2012]

update the kanban priority of one or more selected kanban jobs.

Syntax

server public static void updateSelectedJobsPriority(container _selectedJobs, [NoYes _isPriority])

Run On

Server

Parameters

  • _selectedJobs
    Type: container
    The selected jobs.
  • _isPriority
    Type: NoYes Enumeration
    The priority value that should be set; optional.

See Also

Reference

KanbanBoardWorkCellForm Class