I've seen the example of adding a textbox on a server object using a new extension. But how about other types of fields? I would like to add for instance a checkbox for "Monitoring" or similar which indicates if the server should be monitored or not. Or a drop down field with specific choices. Can someone point me in the right direction?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've seen the example of adding a textbox on a server object using a new extension. But how about other types of fields? I would like to add for instance a checkbox for "Monitoring" or similar which indicates if the server should be monitored or not. Or a drop down field with specific choices. Can someone point me in the right direction?
It's a popular feature request, but so far you'd need an AttributeEnum with "yes" and "no" values.
OK thanks, I'll see if I can get that done.
Just to follow up. I solved it with an extension and added the AttributeEnum field with just Yes/No values in a list. Does the trick for us right now.