Execute this SQL in every namespace you need to get a list of production classes and their descriptions:
SELECT ID, Description FROM Ens_Config.Production
Here's a sample project with query that executes in every Ensemble namespace. Also article about writing custom queries.
- Log in to post comments