Share via


AxInventJournalTrans.updateFromInventDim Method [AX 2012]

When you update an axInventJournalTrans through an instance of axInventDim_InventJournalTrans, only this.setInventDimId() and setToinventDimId() can be called, not the whole setTableFields() as is performed through the save method of the AxInventDim class.

Syntax

public void updateFromInventDim()

Run On

Called

See Also

AxInventJournalTrans Class

AxInventDim_InventJournalTrans.save Method