Hi,
I need to create a solution for a small clinic. they want to offer to patients a set of treatments.
so for example I have an entity called Treatments which stores all of the treatment types and price for each treatment.
Now I want to create a form which the provider can select a client, and add the desired treatments.
Each treatment has its specific date, and a specific treatment can be added several times.
How can I managed to do that using Dynamics 365?
At first I thought to use N:N relationship and add a subgrid, but in this way I can't add the same lookup value more than once.
Thanks in advance.