Re: Hiding Test Resources module in QC 10
Hi, Even after creating a new group and providing the Module access to Test Plan,Test Lab and Defects. Stil iam able to see the Test Resource tab in QC GUI Kindly help. Regards,Sandy.
View ArticleHow to get Reference Defect details to the current Defect
Hi All, I needs to copy the Old / Reference defect fields values to current defect ID fields when there is a condion true. I have a field called "Reference Defect ID (BG_USER_01)" where we can give old...
View ArticleRe: How to find who has deleted custom field?
Are you asking about the deletion of a value in a custom field, or the removal of the custom field entirely?
View ArticleRe: How to Mask a system field ?
Please provide a more detailed explanation of what you are trying to do.
View ArticleRe: Defect Table copy from a project to another
Hi, We have created some user defined fields in a project and we would want to use the same fields for the other project as well. But when we created the new project, we created from empty database....
View ArticleRe: Update %Complete custom field from the manual runner
Thanks for the response. What I am trying to do is this. If a test instance in a testset has 10 test steps and I complete 5 of them in the manual runner, I want to update the %Complete field on the...
View ArticleRe: How to remove the Attachments from the Test lab
This might be a dumb question but where should we put this code ?
View ArticleALM 11.52. Want to add a custom button next to or below of 'Logout' button
Hi, I'm trying to add a custom button next to or below 'Logout' button. This button will be common to all modules and upon click of this button a new webpage will open. I know custom button can be...
View ArticleRe: Timestamp on Comments in Defect module
You would need to catch the Action of clicking the button in ActionCanExecute. Then you could prevent the default behavior and insert your own text. You need to take the trailing HTML tags of the field...
View ArticleRe: Need to change the Field order in Requirement module
Hi. Just add these codes into related modules:'******common module*********** Sub SetFieldApp(FieldName, Vis, Req, PNo, VOrder) On Error Resume Next With Req_Fields(FieldName) .IsVisible = Vis...
View ArticleRe: Parameter selection for report
You can't have a dropdown. One idea is to insert the release values as comments to let users copy and paste them into the parameter dialog.Otherwise you need to copy the Excel report from the Analysis...
View ArticleRe: Timestamp on Comments in Defect module
Hello, You can check this below function to see if it helps. Function Defects_ActionCanExecute(ActionName) On Error Resume Next Defects_ActionCanExecute = Project_DefaultRes If...
View ArticleRe: QC Workflow Action - How to modify
You can find the name of an action by modifying the ActionCanExecute workflow to include a line that saysmsgbox ActionNameThen execute the actions you are interested in to display the action name. Note...
View ArticleRe: Process for QC Migration from One server to another
Quality Center - Migrating Projects over 2GB the Manual Method using RoboCopy. FYI - Robocopy is a ton faster than a drag and drop of a repository from one server to the other. Can move a 45gb...
View ArticleRe: ALM 11.52. Want to add a custom button next to or below of 'Logout' button
Ok. Can we add a hyperlink at ALm main screen where links to application, site administration, read me etc are give? I observed it's a HTML file (since I was able to view source it). But I'm not able...
View ArticleLimit Requirement Type list available to user?
Currently working in QC 11.52. Is there anyway to limit the selection list for a new requirement based on access group? I see where I can change the default Req_Fields(“RQ_TYPE_ID”), but I’m looking...
View ArticleRe: ALM 11.52. Want to add a custom button next to or below of 'Logout' button
There is a knowledge base article that might help you on the HP Support site.KM1097144How to hide the 'Site Administration' link on the ALM home page
View ArticleRe: Limit Requirement Type list available to user?
I have an answer to one of your questions.You can set a filter up for a user group for Requirements types through Tools > Customize > Groups and Permissions > (select group) > Data Hiding...
View ArticleRe: Limit Requirement Type list available to user?
I have the answer to your other question, of limiting users in a group to a single type of Requirement. If you want them to have access to a subset list of 2..n Requirement types, the solution is more...
View Article