Scripts for Operations
One way is to attach the script to a script hook that is associated with an existing SmarTeam - Web Editor operation. Then, when the operation is performed, the script executes.
Script hooks are provided for the following types of SmarTeam - Web Editor operations:
- Profile Card events: When viewing Profile Cards and performing database actions on objects represented by Profile Cards.
- Object database operations: Operations on objects in the database such as Add, Update and Delete.
- Lifecycle operations: Operations such as Check In and Check Out, which pertain to the lifecycle of an object.
- "File operations: Operations on files associated with an object, such as Edit, View and Print, see Scripts for File Operations.
- "Authorization operations: Imposing authorization requirements on user actions, such as logging in, browsing objects, and retrieving objects, see Scripts for Authorization Operations.
- "Import/Export operations: Operations pertaining to exporting objects from the database and import objects into the database, see Scripts for Import/Export Operations.