- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 04:57 AM
When adding the choice to the list it stay and when I hit save it will say 100% but when I refresh the form it will not show any ideas?
I tried adding it to the choices list table and did not work and also inactive is not checked
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2024 09:49 AM
Solution:
Based on the dictionary Entry the field was created on the cmdb_ci_pc_hardware table but the choice list specification table was configured on the alm_hardware table:
Therefore all that was required was to go to the alm_hardware choices table and then I had to add the choice there:
EX:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 05:54 AM
Yes, I can do that!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 05:23 AM
Hi Joshua ,
You can try adding choices to a field .once you flush cache by using cache.do in filter navigator . If it still didn't work then you can create choices from dictionary entry (right-clicking a field and selecting ( Configure Dictionary > Related List (Choices) )
Please let me know if this helps! You can mark this answer as "Correct" if it resolves your issue, and "Helpful" if you find it valuable.
Thanks,
Astik Thombare
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 05:27 AM
and performed cache.do but did not work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2024 09:49 AM
Solution:
Based on the dictionary Entry the field was created on the cmdb_ci_pc_hardware table but the choice list specification table was configured on the alm_hardware table:
Therefore all that was required was to go to the alm_hardware choices table and then I had to add the choice there:
EX:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2024 10:09 AM
Hi @Joshua Comeau it's not showing because already present those fields on its extended table for example Computer is parent table Handheld computing device is Child if already present same field on child table. If you try to create new on computer it's not shown to us.
Go through sys_dictionary.LIST create a new after save you fill get error message already there try with that you will get clarity.
Please Mark this Helpful . If this Helps you to understand. This will help both the community and me.