Simple reference qualifier is not working in Agent workspace?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2023 09:02 AM
Hello All,
There is one strange issue encountered with simple reference qualifier condition is working in Native platform but not working in agent workspace.
Does anyone know the issue, thanks in advance for your help?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2023 10:15 PM - edited 03-17-2023 04:20 AM
Hi @Shantharao ,
There could be a few reasons like below:
Incorrect field name: Ensure that the field name used in the reference qualifier condition matches the actual field name on the table. It is possible that the field name may be different in Agent Workspace compared to the native platform.
Field security restrictions: Check if the user has the necessary field-level security to access the field used in the reference qualifier condition.
Scoped application: If the table and the reference qualifier condition are part of a scoped application, ensure that the application is installed and activated in the instance being used for Agent Workspace.
Cache issue: Agent Workspace may have cached the table and the reference qualifier condition. Try clearing the cache with https://instance.service-now.com/cache.do
Syntax error: Check if there are any syntax errors in the reference qualifier condition. It is possible that the syntax used in the reference qualifier may be incorrect and causing it to fail in Agent Workspace.
If my response helps you to resolve the issue close the question by ✅Accepting solution and hit 👍thumb icon. From Correct answers others will get benefited in future.
Thanks,
Ratnakar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2023 04:03 AM
Hi Ratnakar,
I am not able to see the "clear cache" button on the "Agent workspace home",
Could you please provide me the screenshot, where it is exactly available on the Agent workspace
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2023 04:21 AM
Hi @Shantharao ,
There are two methods for clearing/flushing the cache:
- Appending cache.do to the Instance URL (so https://instance.service-now.com/cache.do)
- Or type "cache.do" in the navigator
- Running gs.cacheFlush() in the Scripts - Background module
Thanks,
Ratnakar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2023 05:28 AM
I have done the cache activity but not working as expected