Questions

We are using Teamtrack for defect tracking. Now we see more than 30 to 40 applications using teamtrack.

My questions is it possible to list the applications which are using Teamtrack. Do we have any DB query?

When we connect to the TT server we will have a tab Groups and if we select any of the group a window will be opened and we see lot number of tabs (System, Folder, Item, Field,Attach, Note, report and Table).

Can i get a detail document on those tabs (System, Folder, Item, Field,Attach, Note, report and Table) and on each fields

By anilkumar_k - June 7, 20121 Answer

We are using TeamTrack as our defect tracking tool. And we are Admin's for TeamTrack. But recently TeamTrack is often coming down or locked somehow.

Can you please let us know where to check the logs ? We actually want to know what may be the reason for down/lock/hang.

Whenever it goes down, we bounce the IIS server. But recently it is hanging up several times in a day. Can you please suggest wherr to check and what may be the reason for hanging?

Thnx in advance.

Regards,
Anilkumar

We have almost 14000 TT users, and we are finding hard to find invalid email address.

Do we have any script to get all the invalid email address?

I am new to the teamtrack and do not have basic knowledge on TT.

I have been asked to create a script which wil send notification mail to all the internal/external users via Outlook for outages, maintenance, etc…

Please help me.. waiting for the response

One of our requirement was to add requested release date of a application in Teamtrack. For example, suppose a appliction "ABC", now i would like to add a release date "04/04/2012."

We have a procees to login to the remote server and select the application name and add the release date.

Now my question is can we add the release date in Database directly. If Yes in which all tables and which column we need to add?

Thanks in advance !!!

By choudary_ss - April 2, 20121 Answer

One of our requirement was to add requested release date of a application in Teamtrack.

For example suppose a appliction "ABC", now i would like to add a release date "04/04/2012".

We have a procees to login to the remote server and select the application name and add the release date

Now my question is can we add the release date in Database directly. If Yes in which all tables and which column we need to add?

Thanks in advance !!!

New to TeamScript, I am trying to set a Binary field (SEND_TO_DOCUMENTUM)to Yes or No based on a single selection of YES.

I wrote the script below, but keep getting an SYNTAX error -- ERR #25 for the SetFieldValue lines.

The DBNAME of the field is SEND_TO_DOCUMENTUM.

Does someone know what I need to do to remove the errors from the script below?

Option Explicit
Dim CurrentRecord, bRetVal, strSystem
If Ext.ShellHasProp("Item") Then
Set CurrentRecord = Shell.Item
bRetVal = CurrentRecord.GetFieldValue("POST_TO_DOC",strSystem)
If strSystem = "YES" Then
CurrentRecord.SetFieldValue("SEND_TO_DOCUMENTUM","Yes")
Else
CurrentRecord.SetFieldValue("SEND_TO_DOCUMENTUM","No")
End If
End If

I have been looking for the information I need to create an HTML file using Team Script in SBM that displays values from fields. I can't find any examples or help with this. In the example below, I simply want to write the field value for "FIELD_EMPNAME".

Ext.WriteStream <p>Employee Name: FIELD_EMPNAME</p>

Could someone please give me an example of this?
Thanks!!

Hello,

I want to give the user a checkbox to override required fields. For instance, if its an emergency software install I don't want the user to select a scheduled release date.

If that's not possible, is there a way to dynically change the form field label color?

Right now to solve this problem I have a script that generates error message based on the field logic. For instance, if override is not selected the user must fill in a date value. If they don't my script pushes out an error on the form. I have pre-colored the text to red, but, if the user fills out the form the label is still red.

Any suggestions will be helpful.

Thanks,

processman

Pages

CMCrossroads is a TechWell community.

Through conferences, training, consulting, and online resources, TechWell helps you develop and deliver great software every day.