|
Results |
|
Reported Defect: DEF130771: Text appended when transition cancelled by script
In a workflow, there is a text field set to append, and it requires appended text. There is a post-transition script which will cancel the completion of the transition if certain criteria are not met. If the post- transition script cancels the transition , the new text added to the text field is still saved in the field, even though the transition was cancelled by the script .
|
|
|
HTML formatting for scripting a shell.redomessage is broken in post transitions
This only applies when the script is ran post transition if it is on pretransition the html tags are correctly formatted to reproduce just add the simple script underneath and add it to a transition post script (in pre-script it works fine) Shell.RedoMessage = "<h4>Account To Be Setup Now</h4>Please ensure the account is already setup and activated before continuing <BR><BR>Press 'OK' to continue, ' Cancel ' to exit"
|
|
|
Dim CM 2009 R2: Deployment area with pre-deployment script can encounter problems when previous check-in attempts cancelled
When you have a deployment area defined with a pre-deployment script , you might not be able to run check-in operations if a previous attempt was cancelled by a condition in the pre-deployment script . You will get a message saying that there were no changes.
|
|
|
Script errors on client browser
When you have a chained dependency (A field drives B field which drives C field) and include all of these fields on an advanced search screen, the browser (depending on the amount of data in the fields) may error out with a message saying a script is running, do you wish to cancel or continue.
|
|
|
Dim12.2: CM Build - Build job cancelled by start timeout
The root cause turned out to be a problem with the pbem_start.sh script , which had been modified to enable extra debugging, however the trailing double quote had been removed.
|
|
|
KM-Dim7: Is there a table to find out which items a cancel / extract was performed on?
Review the PCMS_ITEM_EXPORTS Published View -which only displays what is extracted Individually query HISTORY in PC Client Create a script to query all items in History
|
|
|
Build target does not get deployed if post-event script exists.
COR1608012E Deployment post- Script job has gone or been cancelled However, an item is successfully deployed to same area, and post-event script executes OK, when a new item is added to Dimensions manually.
|
|
|
Dim CM 2009 R2: Receipt of return codes from scripts not consistent between operating systems
This is not consistent with other operating systems, like Unix and Windows, where if you have set up a pre-deployment script , for example, and the script fails, then it will cancel the deployment.
|
|
|
TeamTrack Advanced Topics Manual
* It is possible for a Pre- Transition script to explicitly modify the database by calling an item's Update method, but if a Pre- Transition script modifies field values, those values are not stored in the database if the transition is canceled . It is more efficient if the script does not update the database directly.
|
|
|
TeamScript Reference Guide
* It is possible for a Pre- Transition script to explicitly modify the database by calling an item's Update method, but if a Pre- Transition script modifies field values, those values are not stored in the database if the transition is canceled . It is more efficient if the script does not update the database directly.
|
|
|