- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2022 06:20 AM
Hi
I want to write a switch case for OnBefore script in which If model category is computer, model sub category is Desktop and state is installed then office number is mandatory.
How can I write because i'm confusing a little bit.
I have tried but not getting. Anyone Help me
Thanks in advance
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2022 06:42 AM
Switch case is for simple check. For complex condition it is advised to use if else condition
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2022 06:50 AM
Hi @Afrin12 ,
you can use if condition to check those conditions.
refer below link.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2022 07:16 AM
Hi @Afrin12 ,
You can try this. But "If Else" could be more simple.
Hope this helps.
Thanks,
Felipe Reis

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2022 06:42 AM
Switch case is for simple check. For complex condition it is advised to use if else condition
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2022 07:31 AM
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2022 06:50 AM
Hi @Afrin12 ,
you can use if condition to check those conditions.
refer below link.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2022 07:16 AM
Hi @Afrin12 ,
You can try this. But "If Else" could be more simple.
Hope this helps.
Thanks,
Felipe Reis