2025.02 ATS Performance Improvements
Configuration options allow you to choose the most effective data load mode for your organization:
- Default: Standard behavior. All data is fetched from the backend, and the table remains unresponsive until all rows on the page are fully rendered.
- Chunked: Progressive loading. All data is fetched from the backend, but the table remains responsive while rows continue to render. Note that responsiveness is slightly reduced during rendering.
- Virtual: Optimized for performance. Only visible rows and a small buffer of off-screen rows are rendered. Scrolling triggers new rows to load, which may cause a slight delay in rendering.
ATS
- Navigate to .
- Select ATS Render Mode.
- Enter the desired mode for data loading (“Default”, “Chunked”, or “Virtual”).
Power Notes Table View
- Go to the page where Power Notes Table View
is configured (EX: in the Contact, Account, Job
, or Application
).
- Click the settings cog icon in the top-right corner of the screen and select Edit Page.
- Choose your preferred data load mode (Default, Chunked, or Virtual).
Was this helpful?