Share via


AxInventDim_BOMVersion.save Method [AX 2012]

Inserts or updates the current record for the AxInventDim_BOMVersion class.

Syntax

public void save()

Run On

Called

Remarks

The save method in the AxInventDim_BOMVersion 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 that this method is calls.

See Also

Reference

AxInventDim_BOMVersion Class