We have an asset type of "Monitor" and it looks like it is connected to "All Assets" and has a Monitor Department field setup on it. I need some help to understand where this "Monitor Department" is setup and pulling from so we can get our database to pull reports on it.
Release: 8.x
Created a custom "Resource Type" instead of a custom dataclass.
We reviewed creating a custom data class for Monitor Department, with one attribute, a SQL query list. This query brings back all currently defined Departments.
select Name from vDepartment order by Name
We then add the data class to the Monitor resource type. We were then able to see the custom data class when editing a Monitor and verified that the list of departments showed when pulling the drop-down.