- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 11:18 AM
Hi Team,
Please help me on the below requirement.
In the below screen when i select the FAQ sheet referred to "NO". i don't want to submit the form.
Please help me on this
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 06:45 PM - edited 09-07-2023 09:09 PM
Hi @nikhitha24
You should write onSubmit script as below :
// you can use backed end name of your variables
if(g_form.getValue('faq') == 'No'){
return false;
}
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 10:40 PM
Write catalog client onsubmit script
make sure using same value in script
Avinash Uskamalla
Servicenow Developer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 02:29 AM
write onSubmit script
make sure use of same Value in script.
Avinash Uskamalla
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 02:41 AM - edited 09-08-2023 02:44 AM
write catalog onsubmit client script