I need to populate a grid base on two tables (using inner join). Is it possible to update the values to the changes made in the grid to two tables.? at a time using csla?
Sure it is.
You get to write whatever code you need in your DataPortal_Update (or Insert). The BO can fill itself from many tables and then save itself (in a transaction) to different tables as needed.
Joe
Copyright (c) Marimer LLC