Possuo 3 tabelas Fornecedor, FornecedorProduto, Produto.
Quando faço o relacionamento 1..*(Match) entre FornecedorProduto - Produto ele retorna a linha selecionada.
Quando faço *..* (Cascate) entre FornecedorProduto - Produto ele nao retorna nada. Oque pode ser?
Nas imagens, o sistema com o relacionamentos e os resultados.
Parent BO
Child BO
So using the tables above, if the ParentBO is using MatchCurrentRow, and the CurrentRowIndex is on the PK record of "1", then the ChildBO would filter out all records except the records with a PK of 1 and 2 above.
When using CascadeRowFilter, all of the children records that match the visible parent records will be fitlered. So let's assume that I put a filter like this on my parentBO:
In this example, the following child records would be visible: