Skip to content

Calling up scripts

Scripts and script applications are not permanently active, but are only called when the corresponding event occurs on the server or on the clients.

Info

In the following procedure, scripts and script applications are summarized under the term scripts.

Figure: Integration Scripting

  1. A user performs an action (e.g. Check-In on the server or on the client).
  2. Before and after the operation is performed, a check is made to see whether a script exists for this event.
  3. The corresponding script interface is called.
  4. An interface file is created that contains information about the component affected by the operation.
  5. The script is started.
  6. The commands of the script are executed. The information in the interface file is used.
  7. If the script does not return an error, the process is continued.