
Hello, In the Admin area Customer User Management page, does anyone know how to change the sorting for the list of customers. It seems to be sorting on login and we would like to sort on customer id instead. Thanks, Sandy

In the Admin area Customer User Management page, does anyone know how to change the sorting for the list of customers. It seems to be sorting on login and we would like to sort on customer id instead.
It will never happen without LOTS of recoding. The customer list is generated using a hash. The login id is used as the hash index and the index's value is a composite of the user's name and customer id. The hash is then sorted by key (index) value and output. No sorting done here by database calls. Hth, Tyler Hepworth
participants (2)
-
Sandy Canfield
-
Tyler Hepworth