Version 21.2.8
I've needed to start using Interactive Grids which I don't have any experience with.
I've created a Master/Detail grid and when the row is selected on the Master the Detail refreshes with the data related to that Master ID. However, the link between the 2 is based on the properties that are set up on the Detail.
I have a scenario that I have to use manual processing for adding a row.
In the INSERT statement I need to populate the Foreign Key which is that Master ID of course.
How do I capture the Master ID on the row selected?
Thanks,
Joe