We have an OS Family, OS Version and OS Edition. This could be for example: Linux Ubuntu 16.04. We saved this information on the FunctionalCI, using externalkey fields pointing to each class.
To reduce redundant data, we changed the OS Family and OS Version to be external fields, using the OS Edition id to get their id, essentially only saving the OS Edition on the CI, but still display the Family and Version.
Now, on their own class, we had an AttributeLinkedSet to display a list of FunctionalCI using either this Family, or Version (same goes for Edition), but now, we get an error reading: "Error: The attribute code 'os_edition_family_id' is not an external key of the class 'FunctionalCI'." I was wondering if there is a way I can display a list of FunctionalCI, either using a filter query or another attribute type.
We have an OS Family, OS Version and OS Edition. This could be for example: Linux Ubuntu 16.04. We saved this information on the FunctionalCI, using externalkey fields pointing to each class.
To reduce redundant data, we changed the OS Family and OS Version to be external fields, using the OS Edition id to get their id, essentially only saving the OS Edition on the CI, but still display the Family and Version.
Now, on their own class, we had an AttributeLinkedSet to display a list of FunctionalCI using either this Family, or Version (same goes for Edition), but now, we get an error reading: "Error: The attribute code 'os_edition_family_id' is not an external key of the class 'FunctionalCI'." I was wondering if there is a way I can display a list of FunctionalCI, either using a filter query or another attribute type.
I figured it out. By using an AttributeDashboard, I can make it so I filter out what I need.