How to add a column to the Results tab in the Spectrum OneClick Locater
Any Spectrum version
The following is an example of adding the Community Name attribute 0x10024 as a column in the Results tab of the Spectrum OneClick Locater when running the All Devices search.
Create a file called table-model-config.xml in the $SPECROOT/custom/common/config directory on the OneClick system. Add the following to this file:
<?xml version="1.0" encoding="utf-8"?>
<table idref="table-model-config">
<column-list>
<column>
<name>Community Name</name>
<content>
<attribute>0x10024</attribute>
</content>
</column>
</column-list>
</table>
Log out of the OneClick console and then log back in.
Run the All Devices Locater search.
The value of the Community Name for each model will be displayed in a column in the Results tab.