Radion button in Record Producer
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2024 04:03 AM
Hi Team,
Hi have a Record producer, In that i have a field where type is Radio button, And i have few choices, No i want to remove one of the choices of that field based on some conditions? I tried removeOption() Method. But it only works for Dropdown and selectBox.
I have tried Another approach which is DOM Manipulation, but it is not working and also it is not recommended in servicenow.
It would be helpful if someone could suggest solution for the above query!
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2024 04:28 AM
Best approach would be to change from radio to different variable type such as Dropdown or Checkboxes