Group: Forum Members
Posts: 48,
Visits: 97
|
Hi,
Sorry to trouble you again.
After some debugging, when I call myBO.Add(), VS.NET shown my field value as {} which I guest is NULL. Therefore, .NET complaint when read the property which also cast field value to enum data type.
I got set value to "NULL Replacement Value" under business object mapper but it doesn't seem to work. Any ideas?
At last, what I did is explicit set default value to myField in myBO_SetDefaultValues event and it solves the problem.
Please advice.
Thank you
|