ProdMultiReportFinished.pmfInsertPost Method [AX 2012]
Classes post-production and batch insert actions.
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
CalledParameters
- _common
- Type: Common Table
The current record.
- _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.
Community Additions
ADD
Show:
Note