Share via


KanbanBoardWorkCellForm::renewWorkCellFilter Method [AX 2012]

Obtains a new work cell filter from the user by using the KanbanBoardWorkCellProcessFilter form.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          client server public static container renewWorkCellFilter(
            RecId _workCellFilterRecId, 
           [boolean _isShowSuppressKanbanQty, 
            NoYes _isSuppressKanbanQty])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static container renewWorkCellFilter(RecId _workCellFilterRecId)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static container renewWorkCellFilter(RecId _workCellFilterRecId)

  Microsoft Dynamics AX 2012 (FPK)
          client server public static container renewWorkCellFilter(RecId _workCellFilterRecId)

  Microsoft Dynamics AX 2012 (SYS)
          client server public static container renewWorkCellFilter(RecId _workCellFilterRecId)

Run On

Called

Parameters

  • _isShowSuppressKanbanQty
    Type: boolean

Return Value

Type: container
The new filter if the user updated it; otherwise, the previous filter.

See Also

Reference

KanbanBoardWorkCellForm Class