Reset the select box to none if i select a checkbox on catalog form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2017 01:38 PM
Hi Everyone,
I am trying to reset the select box to none if i select a check box on the catalog form.
like if i select some option and then click the checkbox it should reset to none.
Like in above snapshot when i select checkbox the select box should remain as none.
But my issue is that even if i select the checkbox it is showing possibility to select an other option.
when we select that box there should not be any possibility to select another option , if we select some option also it should reset to none.
Can anyone please help me out to resolve this issue.
Thank You In Advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2017 02:15 PM
Hi,
I got it worked.
i have just added script in the UI policy. if condition is true
g_form.setValue('field name', ' ');
Thank You.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2017 02:17 PM
Great, enjoy learning. Please mark this conversation as answered.
Please hit like helpur or correct based on the impact of the solution
provided.
On Jun 14, 2017 12:15 AM, "naresh1" <community-no-reply@servicenow.com>