Hi All,
I have one list where items are about 300k and thershold is of 80K, because of this List was not loading.
So for time being, I have create diffrent view based on ID like
ID from 1 - 80000
80000- 160,000
160000- 240000
240000- 320000
Now I have set 240K to 300K as default view , currently list contains 260K records
But as list itmes increas I will need to creat another view for 320000- 400000
but this is manual process, I want to make this Automatically.
SO how Can I creat view automatically .is there any way , OOTB or CLient object model(Javascript)
Please mark answer , if you think answer is helpful or correct.