To enable beta features in Aeries Web just add <Beta>True</Beta> line to the AppSettings.config file located in your AppSettings folder.
Example:
Modified on: Thu, Nov 17, 2016 at 2:57 PM
To enable beta features in Aeries Web just add <Beta>True</Beta> line to the AppSettings.config file located in your AppSettings folder.
Example:
<?xml version="1.0" encoding="utf-8"?>
<AppSettings>
<SystemType>Admin</SystemType>
<LimitToCurrentPortalType>True</LimitToCurrentPortalType>
<DistrictName>EagleUSD</DistrictName>
<Beta>True</Beta>
</AppSettings>
Did you find it helpful? Yes No
Send feedback