Votes
Answers
Views
Question
9
2
45
asked 13 years ago by derlweldon
updated 13 years ago by sammyh
We need to delete the "Reopen" defect status in v11 but the list is locked. Is this possible? Any ideas?
6
1
61
asked 13 years ago by derlweldon
updated 13 years ago by sammyh
We are getting and Invalid field name error for project we upgraded from v9.2 Any Ideas? See Error Below. Error at Line 1131, (character 3) Invalid field name: ==================== Sub SetFieldApp( FieldName, Vis, Req, PNo, VOrder ) 'Sets a field's appearance ==> With Bug_Fields(FieldName) .IsVisibl...
7
2
31
asked 13 years ago by wormy
updated 7 years ago by bastian-31
Category:
Application Lifecycle Management
worfkow scripts to add folders & files under test resources using QCResource, QCResourceFactory, QCResourceFolder & QCResourceFolderFactory objects but none seems to be working. Using the AddItem method throws an error and nothing gets created. Sample of Code Set rFolderFactory = TDConnection.QCReso...
6
1
35
asked 15 years ago by tlstockton
updated 15 years ago by sammyh
When customizing the Defect Module, I encountered an error performing the following steps: Added a new Product in the existing Product List and saved the new entry. Chose to modify the Workflow via the Script Generator - List Customization for Defects Module On an existing rule, clicked the Product ...
4
1
43
asked 15 years ago by neitherman
updated 12 years ago by sammyh
Can anyone tell me why the standard QC workflow error box does not display when I get a workflow error? The image below shows the box I am talking about. This does not display on my machine when an error is detected and I would like to know what settings need modified to display this. Update: I'm th...
0
0
51
Be first to answer!
asked 15 years ago by neitherman
Tags:
I am attempting to manipulate a memo field in Quality Center 10 via workflow code. This particular memo field is located in the Test Lab module, in the Test Set details. I have included a sample of the code I tried from the Test Lab workflow module: Sub TestSet_MoveTo 'memo field - Approver Comments...
7
1
39
asked 15 years ago by derlweldon
updated 15 years ago by sammyh
Does anyone have a working workflow example to validate that a user-field is unique?
2
1
121
asked 15 years ago by The Danny
updated 15 years ago by Captain Mercury
How do I send custom Requirement change email notifications from Quality Center workflow?
6
1
160
asked 15 years ago by tlstockton
updated 15 years ago by sammyh
I have a function that no longer works after our upgrade to QCv10. It does not appear to be looping. Below is the function. Function CUST_Create_HTML_String(testSteps) Dim HTML_String HTML_String = "" For Each item In testSteps HTML_String = HTML_String & Replace(item, "Step^", &...