InventBatchMerge.onUpdate Method [AX 2012]

Executes code when the record for the InventBatchJournal table is updated.

Syntax

public void onUpdate(InventBatchJournal _inventBatchJournalOrig)

Run On

Server

Parameters

  • _inventBatchJournalOrig
    Type: InventBatchJournal Table
    The original contents of the record for the InventBatchJournal table.

See Also

Reference

InventBatchMerge Class