By creating an extension to add a new class in iTop based on "Typology"; and then referring to this typology from the class (e.g. PC) where you want to use it from. On this class, you'd need to add an AttributeExternalKey pointing to your new typology class and add it to the presentation tags.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everyone!
i'm looking for add custom field with "add only" feature like Brand, what is the best way?
field dependency like model and brand isn't needed.
By creating an extension to add a new class in iTop based on "Typology"; and then referring to this typology from the class (e.g. PC) where you want to use it from. On this class, you'd need to add an AttributeExternalKey pointing to your new typology class and add it to the presentation tags.
Already done but my code seems not work. the field does not show on PC CI
can you share a sample new Typology class?
Sure. https://github.com/jbostoen/itop-jb-modelconfiguration
( This one depends on model though, the use case was that we often had a PC of a certain brand/model but with slightly different configuration )