- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 07:33 AM
I need assistance with allowing more than the allowed amount of options that are referenced in a drop-down menu.
Background:
I have a reference field in a table that is referencing options in a different table to display in a drop-down menu. I have found out that if I go over a certain limit of options the field turns into a 'search for record' instead of a drop-down. How can I modify the maximum amount of options that appear in a drop-down?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 08:02 AM
@mclaug3 ,
please follow the steps in this link which guides you how you show the values are drop down
Regards,
shyamkumar
Regards,
Shyamkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 08:40 AM
Thanks @shyamkumar VK for sharing this, I literally missed out this. Big thanks mate.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 07:58 AM
Ohh @mclaug3 so in this case you need to change the data type of this field from reference to String type and the create the choices.
Please check OOTB State /category field. But I will not recommend if this field is coming from other table. if it has fixed drop down values then go ahead.
Also changing data type may cause soem data loss.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 08:09 AM
So back to my original question- is there a way to raising the maximum amount of values from the referenced table? I ask because our intent was to have multiple applications using values from this same table that will be filtered via javascript.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 08:12 AM
Hi @mclaug3
Seems I am not able to understand:
So back to my original question- is there a way to raising the maximum amount of values from the referenced table?
Atul: So you want to show only lets say 100/200 values in drop down based on some other selection?
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 08:02 AM
@mclaug3 ,
please follow the steps in this link which guides you how you show the values are drop down
Regards,
shyamkumar
Regards,
Shyamkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 08:39 AM
This is EXACTLY what I was looking for. You have no idea how much time we have wasted on figuring out what was going on. Thank you so much.