- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2023 02:23 AM
Hello Team
We have one table called Server App Relationship(u_server_app_relationhip). In list view I am giving one condition in the filter "Class IS Windows Server", It's keep loading and later displaying like time out.
Could you please help me to resolve this
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2023 02:25 AM
Hi,
It may be due to a lot of record on the table, which is taking time in loading. Please check the number of records and try to add more queries in the filter to decrease the number of records in the list. You should also check any active transaction under your name and stop them if they are running for a long time. I have also seen heavy dashboards sometimes causing delay in opening other tables. Please check if your dashboard is taking too much time to load
Regards,
Piyush Sain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2023 02:28 AM
The prime reason can be high number of record and filter condition need to match a good number of record or you are trying to show all available fields.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0786335
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
‎12-08-2023 02:25 AM
Hi,
It may be due to a lot of record on the table, which is taking time in loading. Please check the number of records and try to add more queries in the filter to decrease the number of records in the list. You should also check any active transaction under your name and stop them if they are running for a long time. I have also seen heavy dashboards sometimes causing delay in opening other tables. Please check if your dashboard is taking too much time to load
Regards,
Piyush Sain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2023 02:28 AM
The prime reason can be high number of record and filter condition need to match a good number of record or you are trying to show all available fields.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0786335
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
‎12-08-2023 02:37 AM - edited ‎12-08-2023 02:41 AM
Hi @Vinod S Patil ,
Do u_server_app_relationhip.FILTER from left nav and then filter Class IS Windows Server see if it works.
Else do this in instance url
sysparm_filter_only=true
For example:
https://your-instance.service-now.com/u_server_app_relationhip_list.do&sysparm_filter_only
Mark it helpful and solution proposed if it serves your purpose.
Thanks,
Anand