I'm wondering if there is a way to hide default fields in iTop without modifying the original datamodel (for example, by adding an extension).
Here is an example:
I have a Virtual Machine class, and when displaying it, I see different fields such as Organization, Status, etc. However, I would like to display different fields (for example, os_family, os_version, etc.) instead of the fields I mentioned before.
How can I hide these "default" fields?
I've created some extensions for different classes, and in those cases, I have control over the new fields.
Thx!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Except for relying on a browser extension or something, you'd need to modify the datamodel.
Mind that you can alter the presentation of an object - but some fields will require a value to be set either way. Organization would be one of the fields that is required to have a value.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry, probably I did not explain myself very well.
I would like to hide fields in the dashboard you see in the attachment.
Many fields have been created by me, so I know how to hide them; however, I would also like to hide some fields like Organization and Status (they do not matter to me), which are "default" fields.
For the moment, the only way I found to hide them is to modify the original iTop datamodel. Do you know if there is the possibility to write some custom extensions to do it?
Hi All,
I'm wondering if there is a way to hide default fields in iTop without modifying the original datamodel (for example, by adding an extension).
Here is an example:
I have a Virtual Machine class, and when displaying it, I see different fields such as Organization, Status, etc. However, I would like to display different fields (for example, os_family, os_version, etc.) instead of the fields I mentioned before.
How can I hide these "default" fields?
I've created some extensions for different classes, and in those cases, I have control over the new fields.
Thx!
Except for relying on a browser extension or something, you'd need to modify the datamodel.
Mind that you can alter the presentation of an object - but some fields will require a value to be set either way. Organization would be one of the fields that is required to have a value.
Hi Jeffrey,
Sorry, probably I did not explain myself very well.
I would like to hide fields in the dashboard you see in the attachment.
Many fields have been created by me, so I know how to hide them; however, I would also like to hide some fields like Organization and Status (they do not matter to me), which are "default" fields.
For the moment, the only way I found to hide them is to modify the original iTop datamodel. Do you know if there is the possibility to write some custom extensions to do it?
Thanks.