- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 01:11 AM
My client is expecting a custom button on the servicenow form header with choice values.
for example : a button on the form header with dropdown menus as shown below:
Anyone please provide all the feasible approaches to achieve this requirement .
Thanks,
Pranooka.S
Solved! Go to Solution.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2024 06:40 AM
A button should never be a drop down😑
Drop downs are inputs, and inputs should be separate from buttons.
You have a rare opportunity to tell your client that the requirement is ridiculous. Go for it.
Anyway, the better approach is to create a button that will show a popup (Use Glidemodal/GlideDialogWindow). In the popup have a drop down and a Save button.
Here's how you do it:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 11:42 PM
Need a Custom Button on the servicenow table form header with displaying choice values @Sid_Takali can you please provide any possible approach for the above requirement .
Thank You,
Pranooka.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 11:50 PM
Hi,
@SN_Learn @Chuck Tomasi @Ankur Bawiskar @AnirudhKumar @Allen Andreas @Anurag Tripathi
can any one please suggest solution for the above requirement.
Thanks,
Rakesh T

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2024 06:40 AM
A button should never be a drop down😑
Drop downs are inputs, and inputs should be separate from buttons.
You have a rare opportunity to tell your client that the requirement is ridiculous. Go for it.
Anyway, the better approach is to create a button that will show a popup (Use Glidemodal/GlideDialogWindow). In the popup have a drop down and a Save button.
Here's how you do it:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2024 06:50 AM
@AnirudhKumar Thank You for the reply !!