Hi,
I've got a very simple project with 2 important tables: 'orders' and 'orders detail'.
When I setup master-detail relationship ('orders'->'orders detail') it works fine.
But I have to use (for some reason) custom view for 'orders' table. In that case I cannot setup master-detail relaltionship directly, beacuse 'orders detail' is occupied by 'normal' ('orders') table.
So I've created custom view for 'orders detail', too and I've tried to setup master-detail between the two customs views - it's not working!
For 'normal' tables is OK but, when using custom view of orders, it has no effect!
Any idea?