Hi Greg,Thanks for the suggestion, it is a nice idea but a bit tedious if I am using several comboboxes. Also this introduce an issue in which I would have to code validation rules for all comboboxes which must have a valid value and then the not empty validation rule will not fail because 0 or -1 is a valid value.
Is there any other way the framework can take care of this issue without the need to do a lot of coding for each combobox?
Enhancement Request:
I do like the Business Object Mapper, but I feel it is under used. Even though the BOM does a lot of work creating the BOs, it should do more automated stuff for things we have to do over an over in forms and projects, things like Default Field Values, Input Mask, Captions for the Labels, Custom Field Properties, etc. are things that may fit in the BOM.