How to get the list of values in the productions category dropdown menu in code
How can I retrive the values present in the Category dropdown at the top of the production in code?
.png)
Product version: IRIS 2021.1
Discussion (2)2
Comments
The class query EnumerateCategories in Ens.Config.Production should provide what you are looking for.
That sorted it, Thanks.