Hi,
I have two custom entity 'Fund' and 'Allocation', with list of imported data.
I have created a 1->N relationship between them, Fund(1)-> Allocation (Many). I am showing all the list of fund records in fund entity form, when I open one fund records I have a tab which shows all the Allocation related to the fund, based on the fund ID.
As there is already a relationship under funds I created a subgrid with only related records to Allocation, but the subgrid shows nothing