Resource Management - Capacity Planning

Sarah6
Tera Contributor

Hello together,

we want to use the Capacity Planning for our Resource Overview.
Now I found out that only 100 records are visible here. If it is a large team, it may well be that there are over 100 resource plans per year & then the evaluation is wrong.

Can this setting be changed?

 

Many thanks in advance.

1 ACCEPTED SOLUTION

abhinaykumar
ServiceNow Employee
ServiceNow Employee

Hi @Sarah 

The logic for requested resource plans in capacity planning screen can be found at http://Instance/sp_widget.do?sys id=dbc0a7509301220064f572edb67ffb42 -

File Name - Resource Plans - Requested.

Change the value below to update the resource plan list view's maximum limit.

var maxPlans = 100; 

 

If my answer was able to solve your query please mark it as Helpful & Correct.

Thanks,

Abhinay Kumar Nandagiri.

View solution in original post

1 REPLY 1

abhinaykumar
ServiceNow Employee
ServiceNow Employee

Hi @Sarah 

The logic for requested resource plans in capacity planning screen can be found at http://Instance/sp_widget.do?sys id=dbc0a7509301220064f572edb67ffb42 -

File Name - Resource Plans - Requested.

Change the value below to update the resource plan list view's maximum limit.

var maxPlans = 100; 

 

If my answer was able to solve your query please mark it as Helpful & Correct.

Thanks,

Abhinay Kumar Nandagiri.