Regarding Client Add-ins issue in Navision

Hello Guys,

I have created one add-ins to show report tool in Navision. I have called my add-ins in one Navision card part page and this page add in role center.

My problem : Role center open time it’s working fine but I am go out in other page and come back in role center then again Init/Create my add-ins. How can I stop to create multiple time because it’s already created?

Please suggest me your valuable guide.

Thanks In Advance

hi,

use a global var. type bool to save the HaveInit Value and check the value of that var. in the oninit/onopenpage trigger in the first line.