Hello,
I need to have Not Null validations for certain items, but without page Submit, instead validations need to work when clicking button that is redirecting to other page in application(so its just redirect to other page in this application, not submit).
I tried with AJAX callback (PL/SQL checking if these items are null), getting dialog to say that values are required, using alert(data), but after that its still redirecting to page.
Is there a specific straight forward way to do it?
Thanks.