The CreatorCon Call for Content is officially open! Get started here.

Is there any way to display more that 100 tasks in a visual task board?

jan13
Kilo Contributor

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?

4 REPLIES 4

Stijn Verhulst3
Kilo Guru

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


Uncle Rob
Kilo Patron

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.


Cool to know, thx to share this!


David M4
Tera Expert

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.


vtb_admin.png


We're in the 100-150 cards range for a couple of boards and haven't seen any performance issues yet.



David