Hi,
The Master Details screen for my opinion should be split into 2 files: form and browse files. (maybe special checkbox: “split form and table files”)
This way we can call only the edit or only the browse when we need only one of them.
For example, Lets say That I have CustomerEntity
relation to one CarEntity
and CarEntity
screen is master details.
When viewing customer edit, I want to put a link to view the related CarEntity
form.
When you break it into 2 files, I can call from customer edit only to the cars form, without the table.
Today I need to create an extra screen just for that. and some times 2 extra screens.
Hope you got me.
Thanks