How to create a Radio button kind of field in Incident form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 06:59 AM
Hi Community,
How can i create a radio button field in the Incident form?
please check the variable and advise?
Thanks,
Srinivasu

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 07:02 AM - edited 04-30-2024 07:04 AM
@Srinivasu2 Please refer to this post https://www.servicenow.com/community/developer-forum/radio-buttons-in-servicenow-forms/m-p/1770187 to activate radio button field type on the native form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 07:42 AM
Hi @Sandeep Rajput ,
I am not able activate radio button field type on the native form, It is throwing error "Security prevents writing to this field"
Please advise
Thanks,
Srinivasu

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 08:00 AM
@Srinivasu2 There is a write ACL (with sys_id c9b166a8c0a80164124446f996461f7f)defined on sys_glide_object table where only maint role is added. Edit this ACL and add the admin role in the role list and you will be able to edit the Visible field afterwards.
Please mark the answer helpful and correct if it manages to address your issue.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 07:03 AM
Hi @Srinivasu2 ,
Radio button is not available on form, it is available on catalog form.
Try variable type as "Multiple choice". It will work as a radio button.