Sorting subpanels for users

Hello

I know I can prevent user customizable subpanel layout on system seting
But How I can sort subpanels for all users in suitecrm system?
I mean this

I wanna drag and drop subpanels so that all users see the same view
Or maybe I can change the order of the subpanels through the code, since I need all users in the system to see them in the same order

Hey,

I had a look around, I think this is something that you’d have to do in the code.

I found a post by samus-aran here that appears to detail a way to do this:

You would need to do this for each module you’d like this functionality on, ie in:
custom/Extension/modules/Accounts/Ext/Layoutdefs/ -for Accounts Detailview
custom/Extension/modules/Contacts/Ext/Layoutdefs/ -for Contacts Detailview

Let me know if you have any issues!

1 Like