Setting Information
- Settings Table
Detailed Information
When you install au2mator Portal, the Name in Browser Header or Tab is “AU2MATOR”

To change that value, you need to change this in the SQL Tabel “Settings”.
The corresponding Property in Settings Table is “PortalName”.
To change the value to “Company”, run the following Query.
Update Settings
set Label ='Company'
where Type ='31'

Troubleshoot
Run “IISRESET” after you changed the value
Something More
- Since 4.0