I am creating a list of our CRM reports using SQL.
I’ve got most of the information using the FilteredReport views but there’s one bit I can’t get at.
This is the Related record Types that shows in the General details (i.e. the entities that the report can be run from).
I’ve found the FilteredReportEntity which lists the records but doesn’t show the entity names.
reportidname reportentityid reportid
Sue 6 aug 6C1CAF87-AAFE-E211-B953-14FEB5CB8417 0756EEE0-82FE-E211-B953-14FEB5CB8417
Sue 6 aug 57231BCF-43FF-E211-B953-14FEB5CB8417 0756EEE0-82FE-E211-B953-14FEB5CB8417
I’m guessing I need to join this onto something but I’m not sure which column to link to which view/table.