Skip to main content

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

Comments

1 comment

  • 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

Please sign in to leave a comment.