ODataServicesMaxPageSize in BC Saas

TallyHoTallyHo Member Posts: 415
Hi,

Does anybody know how to set the ODataServicesMaxPageSize ("Max Page Size" in in service administration OnPrem)
in a Business Central Cloud environment?

I'm planning on using the TopNumberOfRows property to limit the amount of data in my Query's but I like to know if there
is anybody here who has found another solution for the cloud based business central.

Best Answer

  • TallyHoTallyHo Member Posts: 415
    Answer ✓
    Max pages in cloud version is 20000 (vs the default of 1000 onprem).
    You can only lower it in per query using TopNumberOfRows property.
    That's all I found out.

Answers

  • TallyHoTallyHo Member Posts: 415
    Answer ✓
    Max pages in cloud version is 20000 (vs the default of 1000 onprem).
    You can only lower it in per query using TopNumberOfRows property.
    That's all I found out.
Sign In or Register to comment.