In my application I have a ‘main’ table for projects which has a bunch of child tables. I have a delete button that enables the end-user to delete a project. The ‘cascade delete’ will delete the corresponding records from the child tables but I also have dynamic actions set for the delete button that invoke PL/SQL code handle deletion from the junction tables (m:m relationships). All that is left now is to go to the homepage after deletion but for whatever reason I am unable to implement this. I have tried using a branch to navigate to the homepage after processing but it is not working.
Would someone be able to help with the javascript code that will redirect to the homepage? I was planing on adding this javascript as another ‘True’ action once the ‘delete’ button is pressed. I do not need to pass any parameters through the javascript, merely to navigate to page 1 of the application.
Thank you in advance.