Announcement

Collapse
No announcement yet.

Can we get data from multiple entities using Collection?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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?

  • #2
    It's possible with multi-collection. But it's not something that we use often in Espo, there's no guidelines.

    Comment


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

      Comment


      • #4
        To create a custom API action. It's very easy to do and a proper way for such cases.

        Comment

        Working...
        X