no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
Next revision
dimensions_order [2013-02-27 20:06] – external edit 127.0.0.1
Line 1: Line 1:
 +======= Changing the Dimension Order =======
  
 +In order to change the Dimension Order, if you are a Feng Sky user you ought to contact support@fengoffice.com so that we can do it on your behalf.
 +
 +In case you are a Community user or an OnSite 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 your left side of the screen
 +
 +i.e.: 
 +<code>
 +UPDATE `fo_dimensions` SET `default_order` = '-12' WHERE `fo_dimensions`.`code` = "workspaces";
 +</code>