We encounter the following error when using the Excel exporter appstore module:
Caused by: com.mendix.connectionbus.ConnectionBusRuntimeException: There isn't a meta association with name 'Organisation_Person.Organisation_Team_Current' of meta object 'Organisation_Person.Entity'.
Which is in fact correct since OrganisationPerson.OrganisationTeam_Current is in fact an association of an object with name Organisation. Organisation is a specialization though of the Object Entity and I would expect that this is properly handled by the module. Setup of the worksheet column is allows me to select the appropriate references (model reflection has run).
Can I resolve/workaround this issue or are specializations not supported?
Thanks!