I am trying to import data from an excel-file, using the universal gui. This works, but certain records contain an end_date. These records are rejected by the import-module.
I have been checking for constraints, data-type, triggers and handlers, but nothing seems to work. I have another date-column (start_date) and that works fine, so it looks some functionality is blocking the insert. So, my main question is: when importing data, what functionality is applied to the records:
- triggers?
 - handlers?
 - constraints?
 - defaults?
 - lay / ctx ?
 - anything else?
 
I just want to know where to look for the problem.
