cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mplanchart
Level 5

Cancel exit based on validation of field ...

Hi,

How can I cancel a Next button command based on information that doesn't validate correctly?

I appreciate any help,

Thanks
Labels (1)
0 Kudos
(1) Reply
enanrum
Level 9

I believe what you want to do is in the queryExitDialogName, do your validation there and if it fails just add:

context.setReturnValue(false);

Regards,
Tom
0 Kudos