Adding an attribute column under the list view in Spectrum OneClick
search cancel

Adding an attribute column under the list view in Spectrum OneClick

book

Article ID: 112001

calendar_today

Updated On:

Products

CA Spectrum

Issue/Introduction

If you would like to customize the list views in OneClick, you can follow the process below in order to add additional attributes that are not present by default.

Environment

CA Spectrum

Resolution

Create the following file: <SPECROOT>/custom/topo/config/table-list-config.xml with the following contents (example below is for the SysObjectID attribute):

<?xml version="1.0" encoding="utf-8"?>

<table idref="table-list-config">
  <column-list>
    <column>
      <name>SysObjectID</name>
        <content>
          <attribute>0x10053</attribute>
        </content>
    </column>
  </column-list>
</table>

Close and re-open any OneClick clients. Then you will need to right-click the column header for the list view and the attribute will be located at the bottom of the list.

Additional Information

Please reference the "OneClick Customization" section of the documentation for more information.