how to make either one of the field mandatory based on user input.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2015 05:14 PM
how to make either one of the field mandatory based on user input, for example mobile phone or email, if user inputs phone, the email should become optional field and vice versa.
Labels:
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2015 06:17 AM
UI Policy should do the trick: Creating a UI Policy - ServiceNow Wiki
If field 1 is empty, make field 2 mandatory. Reverse if false.
If field 2 is empty, make field 1 mandatory. Reverse if false.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2016 11:51 AM
I had a similar question, and your solution worked, thanks Robert.