I would be interested in conditionally displaying a field set (e.g. the "More Information" field set) within the Properties tab for one of my CIs.
As an example, a user would select option A from an Enumerated List, therefore fieldset A would display. Option B was not selected from the enumerated list so fieldset B is hidden.
I doubt this is possible, but figured I would check. Thanks for any feedback.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have investigated this several days ago. so far my finding is, you can achieve this by using the datamodel method, inserting the <lifecycle>, you can define the attribute to "hide", it will overide the value in <presentation>. But unfortunately, your attribute must be Enum type, which is not the case for me. But i think should be working for you.</presentation></lifecycle>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I would be interested in conditionally displaying a field set (e.g. the "More Information" field set) within the Properties tab for one of my CIs.
As an example, a user would select option A from an Enumerated List, therefore fieldset A would display. Option B was not selected from the enumerated list so fieldset B is hidden.
I doubt this is possible, but figured I would check. Thanks for any feedback.
I have investigated this several days ago. so far my finding is, you can achieve this by using the datamodel method, inserting the <lifecycle>, you can define the attribute to "hide", it will overide the value in <presentation>. But unfortunately, your attribute must be Enum type, which is not the case for me. But i think should be working for you.</presentation></lifecycle>
Thanks for feedback. I will dig into that and follow up if I get it working.