Update 2018
Starting with version 2018.1 Adaxes the setting is configured in the Web interface configurator. For details, have a look at the following help article: https://www.adaxes.com/help/PropertyForDisplayNames.
Original
Hello,
Actually, it is possible to configure Adaxes Web interface to use the Display Name property for the Name column instead of the Name property. To do this, you'll need to modify the Web interface source files:
-
Close the Web Interface Customization tool.
-
Open the Web.config file with a text editor. By default, it is located in folder C:\Program Files\Softerra\Adaxes 3\Web Interface\<Web Interface type> on the computer where the Web Interface is installed.
-
Add the displayNameProperties attribute to XML element softerra.adaxes\web.ui.
<!-- Adaxes settings -->
<softerra.adaxes>
<web.ui displayNameProperties="" ...>
-
Specify displayName in the displayNameProperties attribute:
<web.ui displayNameProperties="displayName" ...>
-
Save the file.
-
Repeat the same for other Web interfaces, if necessary.
For objects that don't have a display name, the Name property will be used.