|
Results |
|
Who is running external commands that were issued by a Teamscript or Mashupscript?
Teamscript offers several ways to call external shell commands, for example OK = Ext.CmdLineWait("c:\\windows\\notepad.exe") would open Notepad in the background and wait for it to finish before the Teamscript and thus the transition continues.
|
|
|
TeamScript Release Notes for TeamTrack 6.3
2. The new Ext.GetCharacterSet( ) function returns the character set used by TeamTrack. Fixed Issues Since TeamTrack 6.2 1. When using the Field Object method SetValue to set values for TeamTrack system fields that are automatically populated by the system, such as Owner, fields are now correctly populated.
|
|
|
Auxiliary items not updated when updated via TeamScript
Disable caching for these tables to workaround the issue .
|
|
|
Deployment Tool is corrupting TeamScripts
You can workaround this issue by forcing the scripts to be large enough to be stored in the TS_BLOBS table. They must be over 4000 characters for this to occur, otherwise they will be stored in the TS_CONTENTS row of the TS_MACROS table, or on the File System.
|
|
|
TeamScript Release Notes for TeamTrack 6.2
|
|
TeamTrack Advanced Topics Manual
This document describes TeamScript for Serena® TeamTrack® 6.3. TeamScript is modeled after VBScript 4.0 and contains extensions to support TeamTrack.
|
|
|
TeamScript Reference Guide
Serena ® TrackerTM toTeamTrack® Migration Guide Describes the issues and decisions you need to make to successfully migrate from Tracker to TeamTrack. An overview of the process is also provided.
|
|
|
TeamScript Reference Guide
Serena ® TrackerTM to TeamTrack® Migration Guide Describes the issues and decisions you need to make to successfully migrate from Tracker to TeamTrack. An overview of the process is also provided.
|
|
|
MashupScript $INCLUDE is case sensitive
In Teamtrack, $INCLUDE was case insensitive, so the file's spelling's case did not matter . In Serena Business Mashup $INCLUDE is now case sensitive, so please make sure that all $INCLUDES spell the file to be included _exactly_ as its filename.
|
|
|
Using TeamScript to Call Functions in a DLL- TeamTrack 6.5 and later
typedef int (*ReallocArg_t)( TTScriptArg* pArg, int newSize ); It does not matter what you name the function as long as it has the correct interface. NOTE: When creating your DLL, remember to export the functions by listing them in your .def file as well as declaring them for export with __declspec(dllexport)
|
|
|