Can we get data from multiple entities using Collection?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Prathyush Shetty
    Junior Member
    • Oct 2023
    • 22

    Can we get data from multiple entities using Collection?

    I want to find records on the front-end, which can be achieved using Collections.
    Can we get data from the Case table linked with Subscription table where userId on subscription table is "XYZ".
    Is it possible via Collections?
  • yuri
    Member
    • Mar 2014
    • 8627

    #2
    It's possible with multi-collection. But it's not something that we use often in Espo, there's no guidelines.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • Prathyush Shetty
      Junior Member
      • Oct 2023
      • 22

      #3
      Are there any other alternatives to get the data from the table linked with others on the front end? Except via collections?

      Comment

      • yuri
        Member
        • Mar 2014
        • 8627

        #4
        To create a custom API action. It's very easy to do and a proper way for such cases.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        Working...