Servicecatalog dropdown menu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2023 03:55 AM - edited ‎07-24-2023 03:57 AM
i have 3 custom values i want in a drop down menu. How do i do this? All i can find are dropdown menu that needs to be connected to a table. cant i just have a menu and type in 3 questions to pick from?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2023 04:39 AM - edited ‎07-24-2023 04:48 AM
Hi @asd22 ,
Yes, you can create a simple drop-down menu in ServiceNow without connecting it to a table. You can use a "Choice" variable to achieve this. Choice variables allow you to define a list of values that users can select from, and you can use them to create drop-down menus with custom options.
Here's how you can create a drop-down menu with three custom values:
- Navigate to Variable Editor:
Go to "Service Catalog" > "Catalog Definitions."
Open the desired catalog item or create a new one. - Add a Variable:
In the Variable Editor, click "Add Variable."
Select "Select Box" as the variable type. - Define the Choices:
Give your variable a name (e.g., "Custom Drop-down").
In the "Select Box" field, type the three questions you want users to pick from, separated by a comma.
Example: Question 1,Question 2,Question 3 - Configure Display:
You can configure the "Default Value" if you want one of the options to be selected by default.
Optionally, you can set the "Mandatory" field to true if you want the user to select one of the options before submitting the form. - Save the Variable:
Save the variable configuration. - Update Catalog Item:
Once you have added the variable, make sure to save the changes to the catalog item.
Now, when users request this catalog item, they will see a drop-down menu with the three custom options you provided.
If this helped you in any way, please hit the like button/mark it helpful. Also, don't forget to accept it as a solution. So it will help others to get the correct solution.
regards,
Prasad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2023 05:10 AM
Hi @asd22 ,
Did you get a chance to review my response?
Was my answer correct? Did you implement it?
So as to help others in the community, please mark my answer as correct and/or helpful.
Thanks,
Prasad