This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:enable_custom_parameters [2016/03/21 15:24] vincenzo created |
en:enable_custom_parameters [2016/03/21 15:47] (current) admin |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Enable Device Custom Parameters ====== | + | ===== Enable Device Custom Parameters ===== |
Each device has two main parameters that work as tags as well, Site and Network. | Each device has two main parameters that work as tags as well, Site and Network. | ||
If there is the need to classify the devices with more attributes, other three parameters can be added globally. | If there is the need to classify the devices with more attributes, other three parameters can be added globally. | ||
- | |||
Go to //Admin->Configuration->Custom Parameters// and change the value of the following: | Go to //Admin->Configuration->Custom Parameters// and change the value of the following: | ||
Line 12: | Line 11: | ||
* DEVICE_CUSTOM_TXT_1_VISIBLE to 1 | * DEVICE_CUSTOM_TXT_1_VISIBLE to 1 | ||
- | If more parameters are needed apply the same tp DEVICE_CUSTOM_TXT_2 and 3 | + | If more parameters are needed apply the same to DEVICE_CUSTOM_TXT_2 and 3. |
+ | |||
+ | |||
+ | ==== Example 1 ==== | ||
+ | |||
+ | We wnat to add two more parameters for example, **bus** and **ring** in asset management tab. | ||
+ | Initially the list of device has the following columns: | ||
+ | |||
+ | {{:en:device_list.png?600|}} | ||
+ | |||
+ | Now lets modify the DEVICE_CUSTOMER_TXT attributes as shown: | ||
- | ====== Example ====== | + | {{:en:custom_parameter.png?600|}} |
+ | The result is the following: | ||
+ | {{:en:device_list_with_custom.png?600|}} | ||
+ | **NOTE**: DEVICE_CUSTOM parameters are used in tags filters. | ||