Hi,
on one of my page I a have a Interactive Grid which gets created by selecting a project from a Popup LOV. Based on the selection, different data gets loaded in the IG. In this IG I have pre-filled two columns project_name and project_result.
My goal is to when loading the data in the IG to save the changes into a second table (i.e. Interactive Grid). So that the first IG doesn't get changed with the pre-filled columns or overwritten, and the data with the rows gets loaded in the second table for further processing.
I also have the problem that the pre-filled data from the IG doesn't get saved into the second table.
Any ideas on how to achive this goal?
I already tried it with removing the Interactive Grid Row Processing and custom PL/SQL but the data doesn't get saved or itt says no ROWID found.
Thank you.
Kind regards.