By using this website, you agree to our Terms of Use (click here)
Notifications
Clear all
Everything Else
1
Posts
1
Users
0
Reactions
3,280
Views
October 22, 2018 6:31 pm
I had a couple of reasons recently where I needed to keep the Classic User Inferface (Classic UI) in place on the Customer Portal. But users could still switch back to the Modern User Inferface (Modern UI) using their User Profile settings.
Acumatica support showed me how you can add the following line to the web.config file which disables the New User Inferface:
<add key="UseNewUI" value="False" />