Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Portal records are limited to 50 by default #214

Open
jakSolutionsGithub opened this issue Jun 7, 2022 · 1 comment
Open

Portal records are limited to 50 by default #214

jakSolutionsGithub opened this issue Jun 7, 2022 · 1 comment
Labels
data-api Pertaining to the Data API. help wanted Extra attention is needed
Milestone

Comments

@jakSolutionsGithub
Copy link
Contributor

Portal records are limited to 50 by default.
We should be able to override this default limit by adding a property in PortalDataAttribute.cs

Here is how we can override this default limit -> https://community.claris.com/en/s/question/0D53w00005fqB3uCAE/50record-limit-on-portals-through-data-api

(Btw, we could also implement the offset portal property too).

@fuzzzerd fuzzzerd added the data-api Pertaining to the Data API. label Jun 9, 2022
@fuzzzerd
Copy link
Owner

I think we would need a more robust option than just a PortalDataAttribute button, because there still is no way to get the "next" page of data beyond that limit. By default its 50, meaning there is no way to get the 51st record; but if we make it configurable, and its configured to 500, there's still no way to get the 501st record.

I think the Find Request object needs some additional optional parameters which can be used to specifically paginate through portal data.

@fuzzzerd fuzzzerd added this to the Backlog milestone Aug 2, 2022
@fuzzzerd fuzzzerd added the help wanted Extra attention is needed label Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data-api Pertaining to the Data API. help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants