Sort "Part_Changes" tab by item_number or release_date

Hi, is it possible to add some automatic sorting to the Part Changes tab? Currently the linked changes are displayed in random (?) order and have to be sorted manually each time. I already added an additional row for the Release_date by modifying the following two files: ..\Innovator\Client\Solutions\PLM\scripts\Changes\Changes.html ..\Innovator\Client\Solutions\PLM\xml\ChangesGrid.xml I could add an orderBy clause in the AML queries in Changes.html. However, the CM processes would then only be sorted in groups depending on the ItemType. I would prefer a general sorting over the release date. Is that possible? Or is there already a comparable Method in Aras where that is done? The ReverseItemGrid.html sorts automatically, but so far I have not been able to understand the sorting-function used there. Thanks for your help again!