Hi,
Is it possible to prefetch only the required fields of the related entity with the adapter template?
For examlple:
I want to show all orders with the customer name in the datagrid.
All entity in the collection than will have the order.customerName field.
I think, that fetching the full filled customer object, when i need only some fields is inefficient, but getting only the typedList or typedView is not enough, if i want to modify the entities.
Thanks
Gabor