Setting Information
- Setting available from Version 3.5
- Database Setting
Detailed Information
This article will describe how to configure or change the Order of Services
To enable this Setting, please run the following SQL Query against your au2mator Database
Change the Label according to your preferred Setting
1 = Alphabetically descending
2 = Alphabetically ascending
USE [*au2mator Databasename*] GO UPDATE [dbo].[Settings] SET Label = ‘1’ WHERE SettingKey = ‘ServiceSorting’ GO
Something More
- Reload the Portal; Setting should take effect immediately