Hi
I created a grid in form with two datasources but the values from the second datasource are not populated properly. Can u tell me how i have to make these values properly. Also there's a relationship between the two datasources.
Thanks in advance
0
Comments
MVP - Microsoft Dynamics AX
http://daxguy.blogspot.com/
Thx for the reply. I used joins but i cannot select the field based on which a join is made. Can u let me know how to select a relation field in innerjoin.
Thx a lot in advance
You have to define the relation in Table(AOT->DataDictionary).
Expand your table and in relation node you can create a relation to the related table using Normal relation type.
Then in form datasource you select join datasource.
For reference See the Table "SalesLine" where relation is made with SalesTable with respect to salesId field.
Then check SalesTable form.
And see the property of SalesLine datasource.
Try in same way.
Rgds,
Suyesh
Vinoth Kumar.J