Kanban.checkBOMId Method
Indicates whether the ID of the bill of material is valid.
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 boolean checkBOMId([BOMId _bomId])
Microsoft Dynamics AX 2012 R2 (SYS)
public boolean checkBOMId([BOMId _bomId])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public boolean checkBOMId()
Microsoft Dynamics AX 2012 (FPK)
public boolean checkBOMId()
Microsoft Dynamics AX 2012 (SYS)
public boolean checkBOMId()
Run On
Called
Parameters
- _bomId
Type: BOMId Extended Data Type
Return Value
Type: boolean
true if the bill of materials ID is valid; otherwise false.