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

Browser only renders up to 50 tags #35

Closed
Raspikabek opened this issue May 4, 2019 · 0 comments
Closed

Browser only renders up to 50 tags #35

Raspikabek opened this issue May 4, 2019 · 0 comments
Assignees
Labels
bug Something isn't working dev-done Development done and deployed in QA

Comments

@Raspikabek
Copy link
Member

Raspikabek commented May 4, 2019

Related to #6

I've detected that the Browser only returns up to 50 records. Review the official documentation about getUiList: https://developer.salesforce.com/docs/component-library/documentation/lwc/reference_get_list_ui

Looks like we can get up to 2000 Review optional params in: https://developer.salesforce.com/docs/atlas.en-us.uiapi.meta/uiapi/ui_api_resources_list_views_records_md.htm#request_parameters

Check also fields and optional fields attributes, to ensure that always we are getting the required fields, even if that fields doesn't exists in the required ListView

Also try to render the Tags with the info contained inside the required listview fields instead of pass only the recordId and let LDS require info again.

@Raspikabek Raspikabek added the bug Something isn't working label May 4, 2019
@Raspikabek Raspikabek self-assigned this May 4, 2019
@Raspikabek Raspikabek added the dev-done Development done and deployed in QA label May 4, 2019
Raspikabek added a commit that referenced this issue May 9, 2019
Fix #35 More records returned and improved browser functionality
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dev-done Development done and deployed in QA
Projects
None yet
Development

No branches or pull requests

1 participant