Cut and paste the HTML contents below into a file named changerequest.details.html, and place it in the Application Data\Borland\StarTeam folder for the current user. For example, on a Microsoft Windows system, this file would be located in the C:\Documents and Settings\USER\Application Data\Micro Focus\StarTeam folder.
<html> <head></head> <body> <table width=100% border=1> <tr bgcolor=#aabbcc> <th>CR Number</th> <th>Status</th> <th>Priority</th> <th>Type</th> <th>Responsibility</th> </tr><tr> <td align=center>~~ChangeNumber~~</td> <td align=center>~~Status~~</td> <td align=center>~~Priority~~</td> <td align=center>~~Type~~</td> <td align=center>~~Responsibility~~</td> </tr> </table> <p align=right <b>Entered By</b>: ~~EnteredBy~~, ~~EnteredOn~~</p> <b>Synopsis</b>:<br> ~~Synopsis~~<br><br> <b>Description</b>:<br> ~~Description~~<br><br> <b>Work Around</b>:<br> ~~WorkAround~~<br><br> <b>Fix</b>: ~~Fix~~<br><br><hr> <i>Last modified by: ~~ModifiedUserID~~,~~ModifiedTime~~</i><br> <b>Number of attachments</b>: ~~AttachmentCount~~<br> <!-- <b>Flag User List</b>: ~~FlagUserList~~<br> <b>Version</b>: ~~RevisionNumber~~<br> <b>Branch State</b>: ~~BranchState~~<br> <b>Read Status User List</b>: ~~ReadStatusUserList~~<br> <b>Branch On Change</b>: ~~BranchOnChange~~<br> <b>Attachment IDs</b>: ~~AttachmentIDs~~<br> <b>Closed On</b>: ~~ClosedOn~~<br> <b>Component</b>: ~~Component~~<br> <b>Parent ID</b>: ~~ParentObjectID~~<br> <b>Root Object ID</b>: ~~RootObjectID~~<br> <b>Created Time</b>: ~~CreatedTime~~<br> <b>Share State</b>: ~~ShareState~~<br> <b>CommentID</b>: ~~CommentID~~<br> <b>Folder</b>: ~~Folder~~<br> <b>Created By</b>: ~~CreatedUserID~~<br> <b>Deleted Time</b>: ~~DeletedTime~~<br> <b>Dot Notation ID</b>: ~~DotNotationID~~<br> <b>Parent Revision</b>: ~~PathRevision~~<br> <b>Last Build Tested</b>: ~~LastBuildTested~~<br> <b>Non-Exclusive Lockers</b>: ~~NonExclusiveLockers~~<br> <b>Short Comment</b>: ~~ShortComment~~<br> <b>Locked By</b>: ~~ExclusiveLocker~~<br> <b>Folder Path</b>: ~~Folder Path~~<br> <b>Object ID</b>: ~~ID~~<br> <b>Flag</b>: ~~Flag~~<br> <b>Platform</b>: ~~Platform~~<br> <b>Severity</b>: ~~Severity~~<br> <b>Read Only</b>: ~~ReadOnly~~<br> <b>My Lock</b>: ~~MyLock~~<br> <b>Configuration Time</b>: ~~ConfigurationTime~~<br> <b>Comment</b>: ~~Comment~~<br> <b>Revision Flags</b>: ~~RevisionFlags~~<br> <b>Parent Branch Revision</b>: ~~ParentRevision~~<br> <b>External Reference</b>: ~~ExternalReference~~<br> <b>Category</b>: ~~Category~~<br> <b>End Modified Time</b>: ~~EndModifiedTime~~<br> <b>New Revision Comment</b>: ~~NewRevisionComment~~<br> <b>Addressed In</b>: ~~AddressedIn~~<br> <b>Resolved On</b>:~~ResolvedOn~~<br> <b>View</b>: ~~ViewID~~<br> <b>Addressed In View</b>: ~~AddressedInView~~<br> <b>Addressed By</b>: ~~AddressedBy~~<br> <b>Verified On</b>: ~~VerifiedOn~~<br> <b>Deleted By</b>: ~~DeletedUserID~~<br> <b>Test Command</b>: ~~TestCommand~~<br> <b>Attachment names</b>: ~~AttachmentNames~~<br> <b>Dot Notation</b>: ~~DotNotation~~<br> <b>Read Status</b>: ~~ReadStatus~~<br> --> </body> </html>
The fields used in the Detail view HTML templates are recognized by the client when they are contained between double tilde ~~ characters. For example: ~~Status~~ represents the Status field found in the Change Request Properties dialog box. Refer to the link at the bottom of this topic for more information about the fields that you can use in the Detail view templates.