Share via


AxTaxJournalTrans.doSave Method [AX 2012]

Saves or updates a record.

Syntax

public void doSave()

Run On

Called

Remarks

This method does the actual work to insert and update a record.

This method performs the following tasks:

  • Executes the initValue method on the current record table.

  • Defaults the fields on the current tecord table.

  • Validates the fields on the current record table if the validateInput method returns to true.

  • Executes the validateInput method on the current record table.

  • Executes the write method on the current record table.

  • Resets the internal values that are used by the class.

See Also

Reference

AxTaxJournalTrans Class