Share via


JmgTransaction.postChange Method [AX 2012]

Posts changes that were made in time and attendance back to the originating modules.

Syntax

public abstract void postChange(JmgChangeLog _jmgChangeLog, JmgPostStandardSystem _jmgPostStandardSystem)

Run On

Called

Parameters

  • _jmgChangeLog
    Type: JmgChangeLog Table
    A JmgChangeLog record, that contains the changes to post.
  • _jmgPostStandardSystem
    Type: JmgPostStandardSystem Class
    A reference to a JmgPostStandardSystem object, that can be used in the posting of changed transactions.

Remarks

This method must be overridden to post changes that were made in time and attendance back to the module.

See Also

Reference

JmgTransaction Class