Identify list of custom forms on an object
I need to identify all the custom forms on an object and be able to filter based on all the custom forms (not just the first one listed). There isn't a unique field that would be present on every form so I couldn't use an existing field.
I had an idea to create a calculated field on each custom form that populates a value if the form is on the object. But that means I will have to have on field for each form because there can be multiple forms on an object. I can do it that way but trying to see if anyone has any better ideas or knows a way to filter a report to see if a custom form is on the object. The Category field will not work because the form is not always the first form on the object.
I can pull a report of all Objects and use the field that pulls all category names but we have close to 50k objects and it will take forever to get an export of that report each time it is needed. I have not figured out how to filter on that field - it seems like that field has also been removed from the options when creating a report so I have to use the text mode from an existing report.