Hi
I'm trying to achieve something which I thought that T296003 addressed.
"Starting with version 15.1.8, you can easily specify a custom DetailView for ObjectPropertyEditor via the Model Editor at the DetailView | Items or ListView | Columns node levels in the Application Model:"
What I'm trying to achieve is that when I ctrl shift click on a field in a LV that it shows a specific detailview for the clicked object.
So, using the main demo as an example, in the model I clone and customise a view from Position_DetailView as Position_DetailView_Copy.
Then on the Contact_ListView I try and set this as the View under the column "Position" . The drop down for View is limited to list views though. If I change the property editor to a DetailPropertyEditor, I can then choose a detail view - but ctrl clicking on the list view field still appears to be using the default detail view for position.
Have I misunderstood what this change should achieve ?