You can rearrange the order of the columns displayed in a view by easy drag-n-drop.
- Select the view from the View tab
- Select the Preview option displayed in the View Configuration
tree displayed on the left-side.
- The columns in the view will be displayed on the right-side. Rearrange
the order of columns through easy drag-n-drop.
Is there any faster way to change the order? I added some new fields to a large number, and they display at the end automatically in VIEW, and dragging over 60 fields to get to the beginning takes forever. Isn't there a way to move fields up and down/side to side in view the same way one can view the way one views records?
Other than drag-n-drop, there is no other faster way of rearranging the fields from the UI.
Alternatively, you can select "More Actions -> View Definition" option from the view header. This will display the script definition of the view. You will find the field names in the order they are arranged in the UI. Just use the copy-paste option to paste it in the required order and save the script using "Save Script" option. The UI will be updated accordingly.