Votes
Answers
Views
Question
1
2
319
Does anyone have any workflow code that could be used to make it so that testers could not edit or delete previous users R&D defect comments?
2
1
63
I'm trying to make the default value of the Defect "Summary" field the same as the Requirement name (only when creating a new Defect linked to the Requirement). Having some trouble doing this via Workflow...if I set the default value to a certain text value, it's dependent on the linked Requ...
8
1
54
Hi there, Is it possible to run SQL queries from Workflow Script Editor?
0
1
136
Hi there, My requirement is User has to enter his password after changing a field, For I can use inputbox method , But it does NOT mask the characters. How to mask the password characters entered by the User. Is there any method for this, Thanks in Advance. Hanuman.
6
1
132
asked 13 years ago by tlstockton
updated 13 years ago by sammyh
Is there a way to hide a Defect tab without deleting the user field? I need it to disappear from the Defect grid screen as well as the Defect Details.
2
1
52
In trying to block actions during manual runs with the attached code for CanExecuteAction we get an error on Actions.Action("act_fail_all").Visible = false and the next four lines. We are trying to prevent the use of fail all, pass all, add step and delete during the manual run process. The ...
1
1
51
[link text][1] I have code similar to this for act_vcs_checkin to send an email. However a user may check in multiple tests using the action act_vcs_pending_checkins. I know I need a looping mechanism for the emails, but what do I look for to get the number of tests actually check in? Thanks [1]: ht...
0
2
245
It does not appear that the OTA API has a specific property or method to grant access to the ID of the current project, and I'm wanting to get this information in the ALM workflow. For example, the TDConnection object has a ProjectName property, but it does not have a ProjectID property. Does anyone...
6
1
31
asked 13 years ago by derlweldon
updated 13 years ago by sammyh
We need to delete the "Blocked" Test Set Test status from being used in v11 but the list is locked. Is this possible? Any ideas? I saw the other similar posting for Defect status is there a similar article?