Is there any way to display more that 100 tasks in a visual task board?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2015 07:38 AM
We find great value in the tasks boards, but the 100 task view limit is an issue for us. Is it possible to increase the number of tasks that can be displayed in a visual task board?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2015 07:49 AM
Hi Janice,
unfortunately this can't be changed. I propose you log this issue or create an enhancement request in ServiceNow's HI system.
Kind regards,
Stijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2015 10:44 AM
ServiceNow KB: Changing VTB configuration properties in UI15 when upgrading to Fuji (KB0547459)
You can add a property to your system like
- glide.vtb.board_max (100) — default max number of cards per board
Everywhere I've seen this mentioned though, its listed with dire warnings about performance, so use maximum caution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2015 02:02 AM
Cool to know, thx to share this!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2016 02:55 PM
Hi Janice,
It's been a while since you posted your question, but I'm posting this in case it can help others. We've had the same issue, and in Fuji we created a new module linking to /vtb_board_list.do, to display the boards in a traditional list format. This lets you open the visual task board (VTB) record as a form and change the limit for any board where you need to go over 100. This is more granular than the system property.
We're in the 100-150 cards range for a couple of boards and haven't seen any performance issues yet.
David