StrataFrame Forum

Instantiate property un Business object

http://forum.strataframe.net/Topic31726.aspx

By Olivier - 1/16/2013

Hello

i have a little problem , if i use a Bo with a view and i want to add a new record.

I have a error on my property field (foreign key)  , tco_id => cast is not possible.

Only if i  use this.MyBo.Add()

Strata want to set null on my property and i don't want, if i customize the field on null return
it's work , but i want to simplify this.

How strataframe can get my default value of the parent table of my view ?

Thanks For your help !