Hi All,
I am using SharePoint 2010 Custom sequential workflow using Visual Studio for Approval Process. I used custom task list created Problematically. But task list Exceeds more than 5000 items. I getting following error message “Task” list web part while filtered based on current user.
This view cannot be displayed because it exceeds the list view threshold (5000 items) enforced by the administrator.
So I planned to off Throttling for this list using Power-shell or Pro-grammatically using following command
“EnableThrottling = false”
But this issue happened in my Production Environment
Is this affect the server performance or any other issue will happen?
Server performance is the main cause, but also your List/Library view started throwing error during loading, filtering, etc.
It will be better to use programmatically for some while, by using override keyword.