Kanban.setKanbanBOMId Method

Sets the value of the BOMId field in the Kanban record.

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
          public void setKanbanBOMId(
            BOMId _bomId, 
           [boolean _updateKanbanJobPickingList, 
            boolean _replaceEvenIfSameBOMId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void setKanbanBOMId(
            BOMId _bomId, 
           [boolean _updateKanbanJobPickingList, 
            boolean _replaceEvenIfSameBOMId])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void setKanbanBOMId(BOMId _bomId, [boolean _updateKanbanJobPickingList])

  Microsoft Dynamics AX 2012 (FPK)
          public void setKanbanBOMId(BOMId _bomId, [boolean _updateKanbanJobPickingList])

  Microsoft Dynamics AX 2012 (SYS)
          public void setKanbanBOMId(BOMId _bomId, [boolean _updateKanbanJobPickingList])

Run On

Called

Parameters

  • _updateKanbanJobPickingList
    Type: boolean
  • _replaceEvenIfSameBOMId
    Type: boolean

See Also

Reference

Kanban Table