Introducing Email Scrubber 5.7
- Sean Fielding

- 5 days ago
- 1 min read
For 5.7, we made some tweaks to our Consolidated Email View LWC.
Faster, smoother rendering
We went under the hood and delivered several performance optimizations. Pages now render noticeably faster, especially for orgs with large email volumes or heavy UI interaction patterns.
Pagination
You can now navigate emails in clean, predictable slices. This includes:
A unified total count across both live and archived emails
Next/Previous navigation for cycling through pages
A responsive page indicator so users always know where they are in the dataset
This keeps the UI snappy while avoiding SOQL and memory limits behind the scenes.

Configurable page size
Like the rest of the Consolidated Email View settings, the page size is fully controlled through configuration. Admins can set how many emails appear per page, and the component will automatically fall back to a 10 per page default when no value is provided.





Comments