How to create a Radio button kind of field in Incident form

Srinivasu2
Tera Contributor

Hi Community,

 

How can i create a radio button field in the Incident form?

 

Srinivasu2_0-1714485356256.png

 

please check the variable and advise?

 

Thanks,

Srinivasu

4 REPLIES 4

Sandeep Rajput
Tera Patron
Tera Patron

@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.

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"

 

Srinivasu2_0-1714488101768.png

 

Please advise

 

Thanks,

Srinivasu

@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.

 

Screenshot 2024-04-30 at 8.27.41 PM.png

Please mark the answer helpful and correct if it manages to address your issue.

Community Alums
Not applicable

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.