I am trying to add a field to all functional CIs. I am currently following the documentation on how to add a field on the server class, but I cannot seem to make it work with the Functional CI class.
My code is as follows:
I haven't tested it, but at first sight, it looks like the modification is probably successful. You can actually remove the details, default_search, search nodes and all subnodes of "list" except classification; where you can add a "define" delta.
Anyhow, the issue is probably that you'll also need to add the field to the presentation of all subclasses where you want it to be visible (PC, Server, ...). They do not simply inherit the presentation from FunctionalCI parent class.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am trying to add a field to all functional CIs. I am currently following the documentation on how to add a field on the server class, but I cannot seem to make it work with the Functional CI class.
My code is as follows:
Thank you very much for any assistance.
I haven't tested it, but at first sight, it looks like the modification is probably successful. You can actually remove the details, default_search, search nodes and all subnodes of "list" except classification; where you can add a "define" delta.
Anyhow, the issue is probably that you'll also need to add the field to the presentation of all subclasses where you want it to be visible (PC, Server, ...). They do not simply inherit the presentation from FunctionalCI parent class.