Changing the Dimension Order
In order to change the Dimension Order, if you are a Feng Office Cloud user, you ought to contact support@fengoffice.com so that we can do it on your behalf.
However, if you are a Community user or an On-Premise user, you may do as following, but of course, subscribed users may contact us as well.
- Access the table fo_dimensions
- Change the value of the field default_order to a different one. The lower the value, the higher the dimension will be shown on the left side of the screen
i.e.:
UPDATE `fo_dimensions` SET `default_order` = '-12' WHERE `fo_dimensions`.`code` = "workspaces";