Hi,
I have a page 500 wich shows records in a card region and in a Interactive Report Region.
From this page 500 the user can choose a record and view it in page 505, or he/she/x can create a new customer by clicking the AddCustomer Button
From page 505 the record can be edited in page 510.
page 500 (view records) --> page 505 (view record) --> page 510 edit record
page 500 (view records) --> page 510 (add record)
In page 510 I have a process "Create Record" for creating a new record and a Process "Save Record" for update a record.

Both processes executed in the "After Submit Section" and running a procedure for update the given record and a function for create a record.
After the updated or insert in the db is done it redirects back to page 505 by a Brach/Point:After Processing) wich should show the created or updated record on page 505.
Server Side Condition for Branch:

In page 505 I running a Process in the Pre-Rendering Section, wich selects the updated or created record from page 510 "select with the P510_H_PARTY_ID_FK" , do get the record.

If I Update a record it and apply the changes it brings me back to page 505, but with the old data, only after refreshing Page 505 by clicking reload button in the explorer or pressing F5 it shows the updated record.
If I creat a new record it redirects me to page 505 and I got a error message. after refreshing Page 505 by clicking reload button in the explorer or pressing F5 it shows the updated record.
Any Ideas ?
Thank you