Save all modified fields of a record.
Record.Save(False)
WARNING: there is nothing saved in the history table when calling Record.Save().
So no Undo or Redo operation is accessible after this call.
If you need Undo/Redo access, call Run.SaveRecord(Record) instead.
Note also that Record.Save() is much faster than Run.SaveRecord(Record).