How to add a column to the Results tab in the Spectrum OneClick Locator Search?
All Supported Releases
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.
1- 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>
2- Log out of the OneClick console and then log back in;
3- Run the "All Devices" Locater search;
4- Once the search is finished, place the mouse pointer over any column name and just right click on it. The "table preferences" window will appear;
5- Ensure the "community name" is checked:
6- The value of the Community Name for each model will be displayed in a column in the Results tab.