Quantcast
Channel: Project Customization and Programming forum
Viewing all articles
Browse latest Browse all 5347

what is the limit of how many people ReadReasources(filterXML, false) can process?

$
0
0

i am using this code to for resource custom fields updates and it looks to me that the code fails if i have over 2,000 resources to process. Can anyone recommend a solution?

   Guid[] resources = EnsureEnterpriseResources(resourceSvc, empNames);

                resourceFilter = GetResourceFilter(resources);

                filterXml = resourceFilter.GetXml();

                resourceDs = resourceSvc.ReadResources(filterXml, false);   //this will be null if too many resources to process


tatiana


Viewing all articles
Browse latest Browse all 5347

Trending Articles