简体   繁体   中英

Microsoft Dynamics Nav Addin on Open Page

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM