문제

Im developing a Microsoft Dynamics Nav Addin.

The addin returns a TreeView.

I have and action in the page to fill nodes using nav table rows.

My Action works fine, but i want to fill my TreeView when the page is loaded and the addin initilzed

I tried every page events, and i always get the same error "The addin isnt initialized yet"

I tried to Raise the onControlAddin event overwriting the OnInitialize event and didnt work

How can I now when the addin is initialized in the page and then call the nav function to fill the Addin?

Thank You

도움이 되었습니까?

해결책

I think you are looking for ControlAddInReady event. It described in this video

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top