Skip to main content
Planview Customer Success Center

"Too many items" error in Resource Scheduling Worksheet (RSW)

The default limit of demand items in RSW is 300. You can increase this limit by editing the value of the following parameter in the WebAPI\web.config file:

    <add key="ResourceSchedulingWorksheet.DemandItemLimit" value="300" />

Note: There is a hard-coded maximum of limit of 1000. Even if you set it to a higher value, only 1000 items will be returned.