- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2022 04:30 AM
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.
Solved! Go to Solution.
- Labels:
-
Resource Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2022 11:11 AM
Hi
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2022 11:11 AM
Hi
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.