As I have found out that currently it is not possible, I will tag this as new-functionality request.
1. Provide SDK function to navigate to specific system UI menu pages. More specifically I would like to have possibility to open Logout/Restart page with javascript call from custom WebApp.
2. Provide SDK function to call tool and workobject definition wizards with pre-set parameters. That could be even possible with simply expanding already existing functionality: APP.Interaction.sendNavigateToRequest({AppName: appName, Message: message});
In that case “AppName” parameter would be “ProgramData“. This part already exists and is working. Question is - how to dig deeper into Program Data system application. I haven’t found any documentation supporting that kind of possibility.
Therefore I’m proposing to use “Message” parameter to navigate deeper (Jog application already allows to select different sub-pages with that).
In Program Data application I would like to have following additional parameters:
- data type (tooldata/wobjdata/…)
- data location (task, module, routine)
- data name (eg. “MyGrippingTool”)
- operation (edit/define/…)
- additional parameters (numberOfPoints=3/userMethod=noChange/loadPositions=Calib_MyGrippingTool/…)
Fritz
