Group: StrataFrame Users
Posts: 430,
Visits: 507
|
Hi Ivan. Many thanks for reply.
This has set me in the right direction, and I can create the Custome Fileds in the origina BO. Its the 'Joining' of thsi BO to the Tables I then am not sure about
.......I would enumerate the other table's records, find the appropriate place for them on the original BO and update the custom fields.
How would I go about 'Emumerating' the Tables records, and then 'Updating' the Custom fields. Is there any construct in SF where I can use one of the Fill Methods with a string like "Select * from MYBO join Table1 on MyBOKey = Table1Key".
Just thinling out loud, one way would be to select the Tables I want to Link to , into BO's , and then doing a Seek or a SeekToPrimaryKey from my original BO to the New BO's, and if the find is true, update the Fields in this way. Doing it this way seems a bit longwinded though, and perhaps slower than if a Join could be done directly to the Database ??
|