You need to sign in to do that
Don't have an account?

Changing lead sharing rule causes REQUEST_LIMIT_EXCEEDED error when attempting to rerieve leads
I have an S-Control that retrieves a small number of leads (< 10). It works fine until I change the Lead access sharing rule from Public Read/Write to Private. When someone besides the lead owner then tries to retrieves the leads, the retrieve call hangs for several minutes, then returns the faultString "REQUEST_LIMIT_EXCEEDED: TotalRequests Requests Limit exceeded." The lead owner has no problem retrieving the leads. Why is retrieve using up requests on leads that the caller cannot see? What can I do to get around it?
Thanks for your interest in the problem. I resolved it by upgrading to the new Apex Ajax API. Now I can access more than 10 leads owned by someone else with no problem.