No data when retrieving records from datahub entity in list view

1
Hey everyone, I'm running into the problem when I want to retrieve data from an datahub entity. When I use a list view with a database retrieve the application doesn't show any data and when I do the same thing with a data grid the data is shown and no error messages. The logs show the following error messages when I use the list view:   Does anyone know how I can fix this issue? Kind regards, Bram Tibbe
asked
1 answers
0

It looks like an your consuming app is trying to retrieve an association (Contactmoment_Zaak) that does not exist in your publishing app. Is it possible that your source (publishing app) has had an update in which the association is deleted, but this has not been updated in you consuming app?

answered