Share via


InventJournalFormTrans_Movement::journalSetItemIdOnServer Method [AX 2012]

Gets and sets the default values that are related to the item ID.

Syntax

server private static void journalSetItemIdOnServer(InventJournalTrans _inventJournalTrans, InventDim _inventDim)

Run On

Server

Parameters

  • _inventJournalTrans
    Type: InventJournalTrans Table
    An InventJournalTrans buffer where the item ID has been set or changed.
  • _inventDim
    Type: InventDim Table
    An InventDim buffer that is used for the defaulting.

Remarks

This method is executed on the server to reduce RPC calls.

See Also

Reference

InventJournalFormTrans_Movement Class