-
I have a problem and i dont know how to solve it yet. But what i want is to create a custom field specific for particular device like for example a firewall. What i want to reach is that i have this field for the firewall: Is this possible with custom fields? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Nope: custom fields either are visible on all objects of a particular type (e.g. DCIM > Device), or not. (There was discussion about how it might be nice to have different custom field visibility per device role, but it's not been accepted as a feature) However, I can think of a couple of things which might help you. Firstly, you can make custom fields "Hidden (if unset)": And secondly, you can use a Custom Validator to stop people setting these fields on devices which don't meet some criteria (e.g. role=Firewall) |
Beta Was this translation helpful? Give feedback.
Nope: custom fields either are visible on all objects of a particular type (e.g. DCIM > Device), or not. (There was discussion about how it might be nice to have different custom field visibility per device role, but it's not been accepted as a feature)
However, I can think of a couple of things which might help you.
Firstly, you can make custom fields "Hidden (if unset)":
And secondly, you can use a Custom Validator to stop people setting these fields on devices which don't meet some criteria (e.g. role=Firewall)