Hi all. As we are moving some of our logic to services out of security reasons, I ran into a problem yesterday. I have an object class in our data model where a record contains a field containing another object class marked as “many”. When I connect to this datasource using an online approach, this field contains several ID’s. However, when retrieving the exact same record from the data source using a service call, this field is left empty.
Is this on purpose and if so, why?
Any feedback appreciated
Øystein