in my apex i have a Form Type page with some table fields. it is normal Create record form with standard buttons i.e Create, Delete etc with default action. i do require to get print trigger as soon as i click the Create Button (i.e create button do the action what is in its default like database action insert and than submit page) and after that it has to run my 2nd action like execute java script with apex.navigation.redirect.
using oracle 11g and apex 18