Problem to Show Detail Page with custom view

Hi all.

I have generated a master/detail based on a table. That works very well. I can get the detail-view. In the table is a primary key.

If I create a custome view based on the same table and then I will generate the master/detail I will I the problem, that I dont get any detail page. Cause: NO PRINARY KEY in view. So I change in Field definition of ID to PRIMARY KEY. If I generate the master detail again ==> it doesnt work. I will get a list and search but NO DETAIL PAGE based on the view. How can I get this. Please help.

Thanks Hanspeter

Avoid Custom View (see the topic Using Custom View in the help file), you better create a view in your database.