Hi #channel_C05R599UA12, we have a public app that has a UI extension which we want to be available for all custom objects. Currently card.json requires to list available objects "objectTypes": [
{ "name": "contacts" },
{ "name": "companies" },
{ "name": "deals" },
{ "name": "tickets" }
]. Unlike in workflows - when you create a workflow action, you can just not specify objectTypes and it becomes available for all objects including any custom objects customers may have in their portals. But for UI cards it is a required one. Is there a workaround to make UI Extension available for ALL objects, including custom ? Naming all custom objects doesn't work since each portal has its own unique objects with unique ids/names.