This commit is contained in:
2022-01-18 18:50:08 +00:00
parent 6969d9726b
commit 1f290c8d3b
8 changed files with 94 additions and 18 deletions

View File

@@ -26,7 +26,7 @@ If no rows are indivdidually selected then all rows available to be viewed in th
When no rows are selected the current filtering and sorting choices are sent to the server **not** the actual record id's. This means the server must 're-hydrate' the same view you are seeing in the web app based on the filtering and sorting choices which means it's possible new records which meet the filter condition were added in the time between the data table being fetched and the server re-hydrating the list to process an extension.
For this reason it's a good idea to refresh the data table and confirm it's the records you intend to process before running the extension on all rows in the data table view or select individual records only depending on what is most appropriate.
For this reason it's a good idea to refresh the data table and confirm it contains the desired records before running the extension on all rows in the data table view or select individual records only depending on what is most appropriate.
[Selecting](ay-start-form-data-tables.md#selecting-records) individual records limits the extension operation to only the selected rows.
Individual records can be selected for processing by checking the checkboxes in the leftmost column when available in which case only the records selected will be processed.