Hello,
I have a question as to how this should be done:
I use two tables "recipient" and "contracts", with cardinality 1 to n (one person can have many contracts).
When making a delivery, I only want to send it to people who have the contract with paid status.(in the "target mapping" it does not let me do an inner join with the two tables)
How should I do it?