Thanks for your suggestion.I am trying to update the PurchTable and inserting a record into the GMD_transactions table with the recid of the purchtable as a foreign key. After updating and inserting the record,I am refreshing the grid that contains a mix of columns from both the tables by calling PurchTable_ds.refresh() and GMD_Transactions_ds.refresh(). But I dont see the data from the GMD_Transactions table but the changes in PurchTable are getting reflected. I am assuming that I am not joining the tables properly. Do I have to add the GMD_Transactions table as a reference table to the purch table. if yes, how can I do it dynamically? Please advice.
↧