Sometimes I find myself having to edit the XML of certain views to sort the view by one of the columns in related tables.
Could a command be created that takes the view name, the related table name, the column name, and the sort order to add a sort to the view? The command would need to verify that the column exists in the view first.
Sometimes I find myself having to edit the XML of certain views to sort the view by one of the columns in related tables.
Could a command be created that takes the view name, the related table name, the column name, and the sort order to add a sort to the view? The command would need to verify that the column exists in the view first.