How to handle ProjectExceededItemsLimit Error ?
While updating the project owner using UpdateProject() function, this exception is thrown.
Pleas tell me how to resolve it ?
Can i update only project details table without updating the whole project data set?
How can i restrict the number of rows ? so that they don't exceed 1000.
Basically i just need to update one single column of "Project" table in "projectDataSet". But, since it updates whole data set at once it captures all the rows in all the tables, and the number of rows exceeds 1000.
Is there any way ho handle such situation ?