Events on the clients
The standard functionality can be extended by script applications for the following events on the clients:
| Interface | Execution of script application |
|---|---|
| BeforeChangeCheck | Before checking for changes |
| AfterChangeCheck | After checking for changes |
| BeforeCompare | Before comparison |
| AfterCompare | After comparison |
| BeforeEdit | Before starting an editor (or a development environment) |
| BeforeRestore | Before restoration of a version (e.g. before or after a check-out). |
| AfterRestore | After the restoration of a version (e.g. before or after a check-out) |
| BeforeRestoreBackup | Before restoring a version from a backup |
| AfterRestoreBackup | After restoring a version from a backup |
| BeforeCheckIn | Before checking in a version |
| AfterCheckIn | After checking in a version |
| BeforeCheckOut | Before checking out of a version |
| AfterCheckOut | After the Check-Out of a version |
| OnUcClose | Before closing the UserClient |
| OnUcOpen | Before opening the UserClient |
| AfterCreateComponent | After creating a component |