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