How do I avoid computing a field when a record is updated? When I display the form to edit the record using CRUD, the computed field isn't included. So when I hit save, the computed field doesn't exist in the record and it gets computed again.
Thanks