I try to call the javascript method SOAP.connect() from a self created
menu item added by app.addMenuItem(). If i call SOAP.connect() within
the AppInitialisationContext it works perfectly, but calling it from
"cExec" will fail with NotAllowedError: Sicherheitseinstellungen
verhindern den Zugriff auf diese Eigenschaft oder Methode.(security
permissions deny call to function or property).Surrounding the
SOAP.connect() with a app.trustedFunction (to get an trusted context)
will also fail with the ...