Hi guys,
I recently had the issues that auto-generated ValueLists (by using '@cds.odata.valuelist' in the schema or the "valueList.entity:'AnEntity' " oppurtunity in a cds-view) would not display any data if I do not exclude the fields (createdAt, createdBy, modifiedAt and modifiedBy) for the corresponding entity in the service definition.
Did anybody else had the behavior as well and know a possible reason for that behavior?
Excluding the fields:


Not excluding the fields:


A possible workaround is to just simply create the valueList on your own in your cds-view
