Hi guys, technically I need to modify iTop objects schema in iTop 3.1.0, recently I am using free version.
I need to add new attribute to Mobile Phone (type String in MobilePhone), basically exactly the same type of attribute like currently existing attribute "IMEI (imei)". Any advice how to do this? Hejbi
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In your case, you'll find some examples on GitHub as well. Such as my "sim card", which adds a new class "sim card" and also adds a field to mobile phone - https://github.com/jbostoen/itop-jb-sim
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi guys, technically I need to modify iTop objects schema in iTop 3.1.0, recently I am using free version.
I need to add new attribute to Mobile Phone (type String in MobilePhone), basically exactly the same type of attribute like currently existing attribute "IMEI (imei)". Any advice how to do this? Hejbi
Check out the iTop documentation.
You'll need to create your own extension, which then changes the datamodel a bit. ( https://www.itophub.io/wiki/page?id=latest%3Acustomization%3Axml_reference#fields )
https://www.itophub.io/wiki/page?id=latest:customization:add-attribute-sample might be of particular interest.
In your case, you'll find some examples on GitHub as well. Such as my "sim card", which adds a new class "sim card" and also adds a field to mobile phone - https://github.com/jbostoen/itop-jb-sim
Hi Jeffrey, many thanks for your reply, I will check and try :). Thanks once again!