Hi,
I'm using apex 5.0, In tabular form I have created custom pagination buttons for navigation, On clicking on NEXT or PREVIOUS buttons the page has to be submitted and all validations should be done before going to next page... But it was not submitting as expected... Only the navigation OR page submission has taken at a time.... Also i checked with dynamic action but it still exist...
Created the custom pagination button as
Button Name :FLOW_NEXT_PAGE,FLOW_PREVIOUS_PAGE
Condition: SQL Reports(ok to show next page)
action: Next Page(deprecated)
When i created the dynamic action the action in the button automatically changed to Defined by dynamic action... Is there is any way to save before navigating to next page??
Thanks
Infant