Dear All:
I have a form with a list view (child list). I want to pass the ID of the parent item to include some data (including relation key) in case of new child element (that opens a new window with the child item form to fulfill data) and to come back to the parent element form when finish edition.
I think using Java I could store the parent ID in a session variable or something like that... but i don't know how.
The target is to have in the parent form the filtered child list in a list view control and to manage the child items properly.
I 'm not satisfied with the repeating sections due to several reasons, I'm trying to find other approach to solve this relationship.
Thank you very much in advance