Share via


ProdBOM.updateStartUp Method

Updates the startup fields based on a BOM calculation.

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 updateStartUp(
            ProdBOMCalc _prodBOMCalc, 
            boolean _clearStartUp, 
           [RealBase _signSeriesSize])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void updateStartUp(
            ProdBOMCalc _prodBOMCalc, 
            boolean _clearStartUp, 
           [RealBase _signSeriesSize])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void updateStartUp(ProdBOMCalc _prodBOMCalc, boolean _clearStartUp)

  Microsoft Dynamics AX 2012 (FPK)
          public void updateStartUp(ProdBOMCalc _prodBOMCalc, boolean _clearStartUp)

  Microsoft Dynamics AX 2012 (SYS)
          public void updateStartUp(ProdBOMCalc _prodBOMCalc, boolean _clearStartUp)

Run On

ClientOrServer

Parameters

  • _prodBOMCalc
    Type: ProdBOMCalc Class
    The BOM calculation based on which to update the fields.
  • _clearStartUp
    Type: boolean
    A Boolean value that indicates whether to clear the startup quantities.

Exceptions

Exception Condition
Error

The sign for quantity in process may not be changed.

-or-

The remaining quantity cannot be reduced as it is used by an open picking list journal.

-or-

The remaining quantity cannot be reduced as it is used by several open picking list journals.

See Also

Reference

ProdBOM Table