Hi,
I have a question about usage of tables that have composite key. Suppose that we have an xpo generated model in xaf application. This model is generated by using the metadata of a database table that has composite key. In an XAF application, the listview that list this kind of model does not have checkboxes to select on listview. So, we cannot use selectable records in ViewControllers. How can we solve this problem?
Thanks.