Using the console, I capture a db record into the variable 'record'.
I then try to save it with the record.save method which returns
false. There is nothing in the log files to indicate why the save
failed. Can anyone please tell me what I might investigate to
determine why the save fails? A transcript of my console session is
shown below. Thanks for any input.
You can check the validation errors after the save to figure out if the
validations caused the failed save...
Fred, you're absolutely right. It was a validation issue that caused
the failed save. I had already figured that out using the techniques
offered by the other 2 contributors. All is well and I am a happy
camper. Thanks to all for the very helpful input.