Hello!
Is there any way that ScriptCase use the “calculated by the database if empty” option on update?
I use this option on insert, setting the default value to null at database level for those fields, but each new update fails because Scriptcase tries to update this fields with 0 or ‘’ if I leave them blank.
One option would be to set all these fields to null in the onBeforeUpdate event, but I would like to leave this to database level.
I think that if this option is not available, should be implemented by the Scriptcase team, as it would be quite useful.