I want to check if someone installed custom controls in a certain environment without admin consent.
I think the Info should be in the "SolutionComponent" table of the environment. But I can't see/access that table. I see it is used in the relationships of other tables and it even has documentation:
Can you see the table in your environments?
Solved! Go to Solution.
You can query this table via the WebAPI, but probably the easiest way is via 'FetchXML Builder' or 'SQL 4 CDS', both in XrmToolBox.
You can query this table via the WebAPI, but probably the easiest way is via 'FetchXML Builder' or 'SQL 4 CDS', both in XrmToolBox.
Tried the WebAPI which works, and it is actually also available in PowerApps/Automate, but not listed in the environment tables...
Thanks a lot!