Hi!
I have two entities related with many to mani relationship. I need obtain a list of items of the second entity, related to a particular item of the first entity.
For example: Account and Contact entities hava a many to many relationship. And I want obtain contacts of Account with 57bc9aa66dc8d05d7 id.
I tried with opcions in https://github.com/espocrm/documenta...lopment/orm.md page. But I don't get it.
Some idea? How can I do it?
Thanks!
I have two entities related with many to mani relationship. I need obtain a list of items of the second entity, related to a particular item of the first entity.
For example: Account and Contact entities hava a many to many relationship. And I want obtain contacts of Account with 57bc9aa66dc8d05d7 id.
I tried with opcions in https://github.com/espocrm/documenta...lopment/orm.md page. But I don't get it.
Some idea? How can I do it?
Thanks!
Comment