When exporting Entities via a macro, I'd like to include the name of the parent entity where the current entity is a subtype. There's no property on Entity or Relationship that I can use, at least according to the object model in the macro editor.Do I have to build a list of subtypes via clusters and look up my entity in that, or is there a better way?
When I look at a list of entities in the Entity Editor, I see the words Supertype and Subtype in the 'Type' column, yet those values don't come from the relationship 'type' property.