BOMCalcProd.initListRoute Method [AX 2012]

Creates a list of route operations for the current production order.

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
          protected List initListRoute()

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected List initListRoute()

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void initListRoute()

  Microsoft Dynamics AX 2012 (FPK)
          protected void initListRoute()

  Microsoft Dynamics AX 2012 (SYS)
          protected void initListRoute()

Run On

Called

Return Value

Type: List Class
The initialized list.

See Also

Reference

BOMCalcProd Class