How do I stop a form from being submitted in a Client Script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-30-2025 06:39 AM
How do I stop a form from being submitted in a Client Script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2025 01:59 AM
Hello @kishorchika
For Client Scripts you will use return false;
For business rules, you can use current.setAbortAction(true); only when you have complex conditions to be verified if easy condition without a script, it can be done by adding conditions to the 'when to run' section of the BR.
In the 'Action' tab, add a message by clicking on 'Add a message' checkbox, click on checkbox ' abort action' and save the BR.
If my response has helped you, hit the helpful button, and if your concern is solved, do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
