ive been trying to pass the information from part page to parent page, from my recent work ive tried to using some function which we can use it to be called on parent page. simply put :
create function on list part page to return value of record from list
create a function too in parent page with same name and parameters,
and call it with page variable from parent page this return value from function will display in parent, depends on Trigger you will use
I have found a solution. It seems that pages won’t allow you to use the SETSELECTIONFILTER in its proper form - it will always return the first record. However with the help of Mark Brummel’s Blog: