Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
I don't know of a way to get the data into the other business object other than calling the Fill() method on it (except maybe the CopyDataFrom() method if you already have the data local). However, if you are trying to tie the data in one business object to the value in the field of another business object, you might look into using the FieldPropertyChanged events on the business object. You can turn them on for the business object by opening the properties for the business object in the BOMapper and clicking "Show Advanced Options." Both UniqueEventForEachProperty and SingleEventForAllProperties would work for you, I think.
|