Aller au contenu principal

Abfrage ob Workflowscript über Webedit oder FS-Client aufgerufen wurde?

Commentaires

1 commentaire

  • Zendesk API User
    Author: witt - 3/18/2012 11:16

    Hallo Markus,

    in V4.2R4 kannst du folgendes abfragen

    if (Boolean.TRUE.equals(context.getProperty("isWebClient"))) {

          // webedit handling

    } else {

          // java client handling

    }

    0

Vous devez vous connecter pour laisser un commentaire.