OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM How to join two tables defined in two different bundles?

This topic contains 1 reply, has 2 voices, and was last updated by  ibratsilo 5 years, 11 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #30901

    Su
    Participant

    I want to left join two tables in order to show the details in a datagrid. These tables are belonging to two different bundles.

    Entity : Student
    Table 1: student
    – primary key : id
    – foreign key : class_id

    Entity : Class
    Table 2: class
    – primary key : id

    A class can have many students. (one to many relationship)

    Any suggestions would be appreciated.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The forum ‘OroCRM’ is closed to new topics and replies.

Back to top