Newly updated Choice Labels are unable to show up in Service portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2024 04:38 AM
Hi,
I have made a Choices Label Changes ( renamed existing choices ) for a List collector Variable for a Service Catalog item. When I test it in Service portal, newly made changes for Choice Labels are unable to retrieve the Label changes ( Instead , of Labels, I am getting values of choices ) . For all other Old choice entries -Labels are retrieving correctly.
I am using On change Client script and GlideAjax call .Is there any limitation for Choice Labels ? I have searched all the community for the related queries , but I found no help. If anyone face this kind of issue, please help.
P.s: i have a reference qualifier on the Variable , which is also working fine for other choice labels.I can share the code if needed.
Kindly help.
Regards,
Tia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2024 04:41 AM - edited 09-19-2024 04:44 AM
Sometimes, changes may not reflect immediately due to caching. You can try clearing the browser cache or using a different browser to see if the changes appear. Additionally, ensure that the ServiceNow instance cache is cleared:
- In Navigator type cache.do and press enter
i hope my answer helps you to resolve your issue, if yes please mark my answer helpful and correct.
thank you
rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2024 04:49 AM - edited 09-19-2024 04:50 AM
@Rajesh Chopade1
thank you for time for answering, unfortunately it is NOT about the cache.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2024 05:09 AM
Make sure that the choice labels have been correctly updated in the sys_choice table. Sometimes, the updates may not save properly.
Since you mentioned that you're using a reference qualifier, ensure that it’s not affecting the retrieval of choice labels. The qualifier might be filtering the available choices incorrectly or not reflecting the updated labels.
you’re using an onChange client script along with GlideAjax, double-check that your script is not inadvertently overriding the choice labels.
If you still face issues, feel free to share specific code snippets or configurations, and I’ll be happy to assist further!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 06:44 AM
@Rajesh Chopade1
This is my Catalog Client Script : UI Type Set to ALL