AfterCheckOutS

Script applications called from this interface serve to carry out further actions after a version was checked out from the server.

Example: automatically send an email to all users whom you wish to inform that a new version is available on the server

Errors that occur during execution of application do not impact Check-Out. The checked in data is not changed. The error is logged in the Eventlog module in the AdminClient.

 

Command lines for this script application

Without agents:

ScriptAfterCheckOutS.exe /ConfigFileW:[absolute path to the interface file] /rd:[path to the server archive] /at:s

With agents:

ScriptAfterCheckOutS.exe /ConfigFileW:[absolute path to the interface file] /rd:[path to the agent archive] /at:s

 

Description of the interface file

The sections [Common], [User], [Component], [ExclusiveUse] and [UnderDevelopment] are described in Global interface file sections.

[Version]

This section contains information about the checked out version in the working directory.

When executing the function Copy version into working directory information is only displayed if the version was not yet available on the client before it was created.

The keys of this section is described in Global interface file sections.

 

[Result]

The general keys of this section are described in Global interface file sections.

INI key I/O Description
Done O

Displays whether the scripting application should be displayed as completed in case of error

Y: The scrip application is displayed as completed when an error occurs. The system will not attempt to continue execute the scripting application.

N: The script application will not be displayed as completed in the event of an error and will continue to be executed.

The default value is N

 

Related topics

Global interface file sections