I am looking to move the definition of IBAs from the top level Type, to a subtype. Does anyone have experience? I am getting lost in the details provided in CS7287.
I will provide a simplified case:
In Type/Attribute Manager, you will find:
wt.doc.WTDocument
com.ptc.Agenda
com.ptc.Analysis
com.ptc.Bill_of_Material
...etc...
In my case, there is an IBA defined on wt.doc.WTDocument called myIBA. Of course this propagates down, so Agenda docs, Analysis docs, Bill of Material docs, etc, all have this IBA.
It was a bad idea to put myIBA on the top level wt.doc.WTDocument because only the com.ptc.Analysis has values populated into myIBA, for example. In all other soft types, the IBA is not applicable. That is why I wish to remove it from wt.doc.WTDocument, and instead put it on com.ptc.Analysis.
How can I move myIBA from wt.doc.WTDocument to com.ptc.Analysis so that it doesn't even show up on all of the other types?