Hello,
I need to join two tables in a view. One of them is company specific (CustTable) and one is not (DirPartyTable). As the result I want to have a "company only" - view, where the displayed records belong to the current (log in) company = CustTable.DataAreaId.
How could I achieve this behaviour?
"Simply" joining (by DirPartyTable.RecId = CustTable.Party) the two tables in a view results in multiple entries if the DirPartyTable is linked to more CustTable in different companies:


Thanks in advance
Sebastian
*This post is locked for comments
I have the same question (0)