
Hi Community.!!
I have one Entity called Approved where i have one field autonumeber called RequestID.
That Entity will contains 50.000 records in some months, therefore i need to collect all the information when the user enter in one specific page.
How can I collect all the records and save it in one Collections?
I incremented the numbers of records for limitation to 2.000 records.
Thank you.!
Hi @Anonymous
Before discussing this in more detail, could you maybe explain why you want to create this big collection?
50,000 records in a month is a lot. Collecting this quantity data will make your app slow.
It sounds like you're using the CDS. This offers much better support for delegable operators, and there are other ways to work around the type of problems that we usually fix by using collections in SharePoint.