Skip to content

open

OpenJet

open opens specified application with current object.

{
    "label": "Öffnen",
    "action": "open",
    "icon": "icon-factory",
    "actionValues": [
        {
            "ga": "508:43425:BA"
        }
    ]
}

Maximo

open loads object to defined application (Insight Explorer)

  • default: selected object is loaded
  • option: actionValue "uniqueid": "${parent.TICKETUID}" will load the parent object
{
    "label": "In neuem Tab öffnen",
    "action": "open",
    "icon": "icon-arrow-up-right",
    "actionValues": [
        {
            "event": "loadapp",
            "value": "LOCATION",
            "inTab": "true"
        }
    ],
    "roles": ["MAXEVERYONE"]
}