Hi,
I created an entity for BankAccountTransaction table. Now I need to extend this entity to add BankChequeTable table so that I can retrieve RecipientName and RecipientType field from this table. The issue I am having is that the RelationshipType between BankAccountTransacation table and BankChequeTable is LINK. Because of this I am not being able to join them in the entity. Is there any other approach to achieve this?
Thanks
*This post is locked for comments