Radio buttons on form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2017 01:07 PM
Hello Gurus,
I browsed through several options on radio buttons. I'm looking for a ideas on how I can accomplish the below design on service now forms (Not the service catalogs).
It's a performance evaluation form where I will have 4/5 questions like I mentioned below.
I need to have these values captured for each question in a single field with the value (1/2/3/4).
Greatly appreciate your help!
1.
How did the FE/team respond to the customer request? | |
1 = BELOW EXPECTATION - Significant delays | 0 |
2 = MET EXPECTATION - Acknowledged the customer's request | 0 |
3 = EXCEEDED EXPECTATION - Acknowledged the customer's request | 0 |
4 = EXCEPTIONAL — Actively engaged with the customer to assess the need | 0 |
2.
How did the employee respond to the customer request? | |
1 = BELOW EXPECTATION - Significant delays | 0 |
2 = MET EXPECTATION - Acknowledged the customer's request | 0 |
3 = EXCEEDED EXPECTATION - Acknowledged the customer's request | 0 |
4 = EXCEPTIONAL — Actively engaged with the customer to assess the need | 0
|
3.
How did the Management respond to the overall request? | |
1 = BELOW EXPECTATION - Significant delays | 0 |
2 = MET EXPECTATION - Acknowledged the customer's request | 0 |
3 = EXCEEDED EXPECTATION - Acknowledged the customer's request | 0 |
4 = EXCEPTIONAL — Actively engaged with the customer to assess the need | 0
|
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2017 01:16 PM
I've had a lot of luck using record producers (RP) to get input from users and update records. Here are some basic steps. I can supply more detail / code.
- Create a UI Action to fill out this information on the record
- In the UI Action send the record number or sysID to the record producer
- Populate a reference variable with the record
- Have the user answer the questions and submit
- In the PR script do you calculations, etc and update the original record
- set abort action to true to not create a new record
- Redirect the user back to the original record.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2017 01:19 PM
Please check if this helps: How can I put radio buttons in a custom form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-16-2017 09:53 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-16-2017 03:47 PM
Radio button is not supported on fotms, the only way is to create a UI Formatter and Include macro in it.
http://wiki.servicenow.com/index.php?title=Creating_a_Formatter