Hi, I'm adapting Espo to a health solution, so the contact entity will be my "pacient" entity. I have already a "laboratory" and a "drug" entities. Drug has a relation with laboratory (one laboratory, many drugs). In pacient entity, I have 2 relations, one to laboratory, one to drug (both one-to-many).
In pacient form, I would like to put a laboratory select, and after a drug select.
How do I do in order to show only drugs from the selected laboratory?
Regards
In pacient form, I would like to put a laboratory select, and after a drug select.
How do I do in order to show only drugs from the selected laboratory?
Regards
Comment