Hi all,
I created a relation between 2 CI (tab list)
I would like to know how to import and (re)attach the tab list values to each main CI? Can I do it in one import operation?
In second time I would like to know if I could hide a tab defined in a parent CI? If so how can I do that?
Best regards,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My CI "C" have a relation on some Providers (providers list)
C1 is linked with P1, P2.
C2 with P1,P3,P5.
C3 with P4, P5.
How realize/recreate this import ?
In the other side, I would like to know if it's possible to hide a view/tab relation defined in a parent CI ?
For example, my CI "C" displays a tab/view providers list.
If I create a child CI "CChild" of "C", can I hide the tab "providers list" in my CChild display ? Is there a way ? (knowing that it inherits from its parent "C")
Many thanks for assistance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Still not sure of what you ant to achieve :D What do you mean by realize/recreate import ? DO you want to import the relations between some CI and Providers ? If so, the CI field is providercontracts_list, it is a n-n link, so there is a relation class : lnkFunctionalCIToProviderContract. All of this is clearly visible in the data model viewer (admin / data model). All you need is importing those relation class records.
About the tab hiding, what do you mean by "child CI" ? Can you be more specific on why you want to hide an attribute for certain objects ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I created a relation between 2 CI (tab list)
I would like to know how to import and (re)attach the tab list values to each main CI? Can I do it in one import operation?
In second time I would like to know if I could hide a tab defined in a parent CI? If so how can I do that?
Best regards,
Hello,
What do you mean by "tab list values" ?
In the second question, what do you want to hide ?
Hello,
My CI "C" have a relation on some Providers (providers list)
C1 is linked with P1, P2.
C2 with P1,P3,P5.
C3 with P4, P5.
How realize/recreate this import ?
In the other side, I would like to know if it's possible to hide a view/tab relation defined in a parent CI ?
For example, my CI "C" displays a tab/view providers list.
If I create a child CI "CChild" of "C", can I hide the tab "providers list" in my CChild display ? Is there a way ? (knowing that it inherits from its parent "C")
Many thanks for assistance.
Hello,
Still not sure of what you ant to achieve :D What do you mean by realize/recreate import ? DO you want to import the relations between some CI and Providers ? If so, the CI field is providercontracts_list, it is a n-n link, so there is a relation class : lnkFunctionalCIToProviderContract. All of this is clearly visible in the data model viewer (admin / data model). All you need is importing those relation class records.
About the tab hiding, what do you mean by "child CI" ? Can you be more specific on why you want to hide an attribute for certain objects ?