0

I created a js online in Sharepoint 2013, with $ .ajax with conditions .... $ filter = ... Everything works with the list less than 5000 record otherwise error threshold.

The data that I receive are about 100-200 record

I have read several articles but I did not understand what is the right solution to the problem

You help me?

Thank you and have a nice day

1 Answer 1

1

The right solution is not to have over 5000 items per list as SharePoint online has a limit that you cant go around.

What you can do is make views on the list you created.

1-4999 5000-9999 and so on. based on item ID column in SharePoint.

1
  • Thanks for the reply, it means creating more views sorted by ID, but ajax can read records of the views? Commented Sep 2, 2015 at 14:52

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.