Hi all
When I call runmodal in LOCAL function then my javascript controladdin wont "load". It works fine if I call runmodal via page action.
page action
Run PopUP - OnAction() CLEAR(AJRetailControlPOPUP); AJRetailControlPOPUP.RUNMODAL;
Local
LOCAL OnRunTest() CLEAR(AJRetailControlPOPUP); AJRetailControlPOPUP.RUNMODAL;
I dont get any errors eg. and as you can see above then I use the same code-logic in both cases. My pop up shows it self in both cases, but my addin only "loads" in the "page action" case. I have minimized my js to only containing an alert in the manifest file, still the script is only triggered thru my page action call.
So, does anyone have a idea what I am missing and how this can be solved?
*This post is locked for comments