Currently SaveAutoIncrement does not update the record passed in as argument, and the user needs to refetch from the database. However, there is no id for the record to match against, so this is a dead end.
SaveAutoIncrement should first save the record in the database, generate a new id for it, and use this newly created id to update the argument record.
Currently
SaveAutoIncrementdoes not update the record passed in as argument, and the user needs to refetch from the database. However, there is no id for the record to match against, so this is a dead end.SaveAutoIncrementshould first save the record in the database, generate a new id for it, and use this newly created id to update the argument record.