Hi there,
While trying to customize iTop to fit my needs, I still face an issue with the AttributeLinkedSetIndirect data type.
I use as a base the Contract class (and associated lnkContractToCI class) in order to create new classes structures for managing costs of my company's asset.
But this new relation never appears in other classes (the one derived from FunctionalCI, where I declare the new data relation).
Everything seems in place (model, dictionary), but the "CIs" tab in my new Cost objects and "Costs" tab in CIs never appear.
Can somebody advises me how to get this new tab appearing (on both Config Mgmt and Service Mgmt) ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
I found where was the issue : my customization with N:N relationship was on an abstract class (FunctionalCI), thus, for each and every subclass that derives from this class, it's necessary to add the 'N:N lnk object name' in Init_SetZListItems('details'…), if you want to see the related tab ;-)
Thanks to dflaven for his tips.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
While trying to customize iTop to fit my needs, I still face an issue with the AttributeLinkedSetIndirect data type.
I use as a base the Contract class (and associated lnkContractToCI class) in order to create new classes structures for managing costs of my company's asset.
But this new relation never appears in other classes (the one derived from FunctionalCI, where I declare the new data relation).
Everything seems in place (model, dictionary), but the "CIs" tab in my new Cost objects and "Costs" tab in CIs never appear.
Can somebody advises me how to get this new tab appearing (on both Config Mgmt and Service Mgmt) ?
Hi there,
I found where was the issue : my customization with N:N relationship was on an abstract class (FunctionalCI), thus, for each and every subclass that derives from this class, it's necessary to add the 'N:N lnk object name' in Init_SetZListItems('details'…), if you want to see the related tab ;-)
Thanks to dflaven for his tips.
Hi fred_b,
Could you please explain your solution further? I am currently try to display the Linked CI's from the Customer Contract table, but cannot.
Thank you