AxInternalBase.save Method [AX 2012]

Inserts or updates the current record for the AxBC class.

Syntax

public void save()

Run On

Called

Remarks

The save instance method on the AxBC class should be executed after having assigned new values to fields.

The actual work regarding saving and updating a record is performed in the doSave method, which this method is calling.

See Also

Reference

AxInternalBase Class