Guidelines for Performing CRUD Operations

For update operations on records, first do a read operation and obtain an object, then change the object values, and perform the update operation.