How to design new screen which has 2 entity with one to many association

Lets consider I have Customer and Customer has many Cards. I Want to design Screen which will Open Selected Customer from Table in read only Mode and display all Card associated with That Customer only.

On The Same Screen user can add more card, edit or delete.

1 Like

Going through the Entity->Composition attribute. This might help me.