Share via


JmgPaySpecificationDP.processCalculationResults Method [AX 2012]

Processes calculation results and inserts a record that contains the results into the JmgTmpPaySpecification temporary buffer.

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
          private void processCalculationResults(JmgStampJournalTable _jmgStampJournalTable)

  Microsoft Dynamics AX 2012 R2 (SYS)
          private void processCalculationResults(JmgStampJournalTable _jmgStampJournalTable)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private boolean processCalculationResults(
            JmgStampJournalTable _jmgStampJournalTable, 
            JmgTransferred _prevTransferred, 
            HcmWorker _hcmWorker)

  Microsoft Dynamics AX 2012 (FPK)
          private boolean processCalculationResults(
            JmgStampJournalTable _jmgStampJournalTable, 
            JmgTransferred _prevTransferred, 
            HcmWorker _hcmWorker)

  Microsoft Dynamics AX 2012 (SYS)
          private boolean processCalculationResults(
            JmgStampJournalTable _jmgStampJournalTable, 
            JmgTransferred _prevTransferred, 
            HcmWorker _hcmWorker)

Run On

Server

Parameters

  • _jmgStampJournalTable
    Type: JmgStampJournalTable Table
    The JmgStampJournalTable record that contains the calculation results to process.

See Also

Reference

JmgPaySpecificationDP Class