Hi!
Some problems with relations in views (AX 2009), maybe someone can help me?
I have two SQL powered views
- SalesView - data from SalesTable with join to CustTable
- SalesLineView - data from SalesLine with join to InventTable
and want to put them both in one form with relation. I mean if you click on SalesView record it updates grid with SalesLineView fields.
In tables on form case, it's just need to set JoinSource property to right table name (e.g. SalesTable for SalesLine), but this logic don't work on views for me.
Can it be done at all?
*This post is locked for comments