Share via


AxInventDim_BOM.save Method [AX 2012]

Inserts or updates the current record for the class.

Syntax

public void save()

Run On

Called

Remarks

Execute this method after new values are assigned to fields.

The actual work to save and update a record is performed in the doSave method, which is called by this method.

See Also

Reference

AxInventDim_BOM Class