Hi,
I am new to Metastorm and have been trying out version 9. My question may sound trivial as I am looking for design patterns that you experts must have been using in your various solutions:
I have recently learnt that editable grids can only be attached to a single table in database. This sounds very limiting to me as i already see requirements where I may have to join multiple tables to display and update data using grid.
What is the suggested design pattern to collect data on a editable grid and then update/insert it in multiple tables ? One option I could think of was using database views but I guess that's not possible as well with editable grids in V9 ?
Any suggestions ?
Thanks in advance.