I have a popup window that allows an employee to make a pay request. The request is processed as a collection. Right now I have a region button I use to save the form, but the user must still close the popup window (manually) and manually refresh the parent page to see the changes.
I was looking at this thread:
4394895
but I can't get things to work. If I use the code, my popup closes without saving the changes and the refresh takes me back to page 1 in my application - neither of which are the desired behaviors.
Can someone help me out?