Share via


ProdMultiReportFinished.pmfInsertPost Method [AX 2012]

Classes post-production and batch insert actions.

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 pmfInsertPost(
            Common _common, 
            ParmBuffer _prodParmReportFinished, 
           [boolean _initFromParmBuffer])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void pmfInsertPost(
            Common _common, 
            ParmBuffer _prodParmReportFinished, 
           [boolean _initFromParmBuffer])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void pmfInsertPost(
            Common _common, 
            ParmBuffer _prodParmReportFinished, 
           [boolean _initFromParmBuffer])

  Microsoft Dynamics AX 2012 (FPK)
          public void pmfInsertPost(Common _common, ParmBuffer _prodParmReportFinished)

Run On

Called

Parameters

  • _prodParmReportFinished
    Type: ParmBuffer Map
    The current parameter record.
  • _initFromParmBuffer
    Type: boolean
    A value that indicates whether the co/by product buffer should be initialized from the main buffer; this parameter is optional.

See Also

Reference

ProdMultiReportFinished Class