Hi Everyone,
For those of you having more than 10-20 companies in your Acumatica ERP instance, when trying to log out for the system, user should scroll down to LogOut Button.
Same to access User profile or Favorites. Please find below the standard positioning of the Log out and Companies. If we have 3 companies - it is not an issue, but when list grows - it becomes very unpleasant for the user every time scroll down to Log Out button to quit. As a result, number of open sessions grows, server slows down.
We can swap Companies Section and Log Out/Favorites/Profile by modifying Main.aspx.cs file in the root of Acumatica WEB site. Please navigate to the root first:
Now lets open this file and modify the content:
Before Modification
After Modification
After file saved please restart IIS. Then result will be like below:
Now 2 clicks -> User logged Out, no scrolling is needed.
All the best,
Sergey.
For those of you having more than 10-20 companies in your Acumatica ERP instance, when trying to log out for the system, user should scroll down to LogOut Button.
Same to access User profile or Favorites. Please find below the standard positioning of the Log out and Companies. If we have 3 companies - it is not an issue, but when list grows - it becomes very unpleasant for the user every time scroll down to Log Out button to quit. As a result, number of open sessions grows, server slows down.
We can swap Companies Section and Log Out/Favorites/Profile by modifying Main.aspx.cs file in the root of Acumatica WEB site. Please navigate to the root first:
Now lets open this file and modify the content:
Before Modification
After Modification
After file saved please restart IIS. Then result will be like below:
Now 2 clicks -> User logged Out, no scrolling is needed.
All the best,
Sergey.