Good Morning everybody,
I am new and this is my first post so I hope I won't break any rules for posting something.
I have a big problem and I was working countless hours until now to solve this or to find a solution at the internet,
but without success. I have created two Addin's and put them to the Role Center. One control is a Grid and the other control is a chart. I want both controls to interact with each other. If a new row was selected in the Grid, the grid should fire the SelectionChanged event and pass a string right to the chart. After the chart gets the string, it draws a new graph.
The problem is know, that every addin is in it's own page and one page does not know the other, so that I can't change directly the source expression of my chart-addin and that's why the hasValueChanged-Event won't be fired.
I thought about saving references to the instances while creating the addin's, but I don't found a way to do this.
It would be wonderful if someone knows a solution for me.(I am using Dynamics NAV 2009 R2)
Greetz:-)
Edgar
0
Comments
If you can't integrate the two add-ins into one (which would solve the problem) then I think that you would have to update a variable in NAV (maybe the row number?) when a row is selected in the first add-in and then use the same variable to trigger the update in the second add-in...
Cheers
http://www.mibuso.com/dlinfo.asp?FileID=1123
It's Russian, but... You'll understand the idea by pictures. I'm sure.