Subscriber portal
Inserts or updates the current record for the class.
public void save()
Execute this method on the AxBC class 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.