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

[data-export] Show a number of filtered records #300

Closed
vranisimo opened this issue Feb 6, 2024 · 1 comment
Closed

[data-export] Show a number of filtered records #300

vranisimo opened this issue Feb 6, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@vranisimo
Copy link

vranisimo commented Feb 6, 2024

Is your feature request related to a problem? Please describe.
When filtering records on data-export screen, I would like to have a simple text that shows me a number of records that meets filter.

Describe the solution you'd like
The simple textual element that display a number of records that meets filter, e.g. "123 of 1234 record(s)":
image

I hope that filtered records count is already avaialble in the code and is trivial to expose it to UI.

Describe alternatives you've considered
The fastest workaround would be to create another SOQL with the LIKE filter, that could take some time.

@vranisimo vranisimo added the enhancement New feature or request label Feb 6, 2024
tprouvot added a commit that referenced this issue Feb 6, 2024
## Describe your changes
Added number of filtered records in data export page

<img width="1334" alt="image"
src="https://github.com/tprouvot/Salesforce-Inspector-reloaded/assets/35368290/3770d8f7-a005-4857-99c1-48ed064ca1c8">

## Issue ticket number and link
Closes #300 

## Checklist before requesting a review
- [x] I have read and understand the [Contributions
section](https://github.com/tprouvot/Salesforce-Inspector-reloaded#contributions)
- [x] Target branch is releaseCandidate and not master
- [x] I have performed a self-review of my code
- [x] I ran the [unit
tests](https://github.com/tprouvot/Salesforce-Inspector-reloaded#unit-tests)
and my PR does not break any tests
- [x] I documented the changes I've made on the
[CHANGES.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/CHANGES.md)
and followed actual conventions
- [ ] I added a new section on
[how-to.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/docs/how-to.md)
(optional)
@tprouvot
Copy link
Owner

tprouvot commented Feb 6, 2024

Will be available in 1.23 and in beta version earlier 🚀

@tprouvot tprouvot closed this as completed Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants