Apply sort to all records in record set
Just as bulk change applies to all the records in a record set (whether they are all loaded or not), sorting should apply to all the records, not just the ones that are initially loaded.
-
Alexis Schaffer
commented
Yes, the whole point of sorting is to better see ALL the records grouped in whatever way you sorted. If you're only sorting what appears on the first page, it's not an accurate reflection of what's in the record set.
-
D. Letterman
commented
This seems like an obvious thing to have. If working with large record sets (>10K) you may have to load them in several increments, and then sort them.... and if you add or delete items and re-save the record set, you have to start all over from the beginning.