Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Submit page ( to force a form refresh) without running any validation

Bas de KlerkFeb 6 2014 — edited Feb 7 2014

Hi,

APEX 4.2.3

I'm trying to refresh a form from a DA without running ANY validations.

The form should be refreshed via a submit ( I think this is the only easy way to refresh a form ) and branch back to the same page with the same record.

Because the submit is initiated from a DA there is no option on the screen to disable the validations. Also if I do the same from JS with apex.submit there is no option in the API to disable validations.

Now I get the problem with date fields which are defined to have a minimum date value of +0d ( which lets you enter only dates in the future and also runs a validation if the form is submitted with validations enabled ).

Any ideas on how to submit from a DA without running the (page item property) validations or to refresh a form without submitting it ?

Regards

Bas

This post has been answered by Bas de Klerk on Feb 7 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 7 2014
Added on Feb 6 2014
3 comments
2,771 views