Re: Unable to retrieve customfield values from NewList for a filter - Writing...
Hey Tomi, I Appreciate your response. You are absolutely right It should be referred as Field("FieldName"), I took a break and it stuck. Thanks again for responding.
View ArticleRe: Pulling defects from QC to Excel with some filters using VB Script
Few System fields in QC and all custom fields should be referred to as object.Field("FieldName").Please mark as solution if this helps.
View ArticleRe: Changing style according to entity criteria for QC11 report template
Hi, I have not tried this, but you can check in project report templates. If you are project admin, login to QC project > Tools >Customize>Project report templates.
View ArticleRe: Invalid Server response HPQC 9.2
restart SQL as well and try accessing QC.go though the log files, you might get some inputs.There are alteast 10-threads which discuss about this issue in details, so try to search for this error in HP...
View ArticleALM Business Views Latest Run & User Fields
I would like to create a Business View Excel Report that pulls only the lastest Run. I assume I start with the 'Run.Steps' Business View...but what other configuration do I need to add? Is there a line...
View ArticleIE Version
Hi, Recently I installed IE 10 on my machine and later reverted back to IE 8. Ever since then, I'm not able to open Quality Center on my machine. I repeated get a message to launch the installation,...
View ArticlePrevent Users from assigning defects to cycles that ended.
Hi, does anyone know how I can restrict users from using cycles that have ended? For example UAT ended 12/31/2013 but some testers are still creating defects and using that cycle. In the management...
View ArticleRe: IE Version
Try this, delete the project files on your personal profile: C:\Users\your id\AppData\Local\HP After that go to your project and when you authenticate it should load new files. H
View ArticleRe: Pulling defects from QC to Excel with some filters using VB Script
Another quick fix is to extract the data to EXCEL without filters then record a macro in EXCEL and have the macro run when you execute the report... works perfeclty on my end...
View ArticleUpdate TC_USER_** when RUN_USER will changed
I need update a field when another is filled there are 2 fields one in Run other in Test Instance Details but I need keep the consistency between them How I Can do it?
View ArticleVB Script Posting/Uploading an excel file of Requirements WITH Attachments
I'm encountering some issues with Posting/Uploading an excel file of Requirements which contains corresponding attachments. The HP Excel Add In does not accomplish the entire task, so I've opted to...
View ArticleRe: IE Version
Did you restart the machine after downgrading to IE 8? If restart doesnt help, try using compatibility view in IE to check if that helps. Thanks,AB
View Articlehow to pull fields from Test Plan to Test Runs window
Hi All, We have added a field in Test plan under Details tab, and i can see that in Test Lab under Test Sets, but we need that in Test Runs also.. how to make that visible under that tab or its not...
View ArticleRe: Traces of adding/removing test instances in a Test set
Hi. You can add a workflow feature into ActionCanExecute to log these changes into testset commnet field.Notice, that you cannot track this way changes done by OTA API. Br, Tomas If my advice solves...
View ArticleRe: Create command button in QC project that only one group can run
Hi. You can manage buttons to be visible/enabled or nonvisible/disabled for all users. You can use this code:Sub EnterModule 'Use ActiveModule and ActiveDialogName to get 'the current context. On...
View ArticleRe: Prevent Users from assigning defects to cycles that ended.
Hi. You can probably add some worfkow codes into Defect_FieldCanChange and test newValue of cycle/release to fit your conditions. Br, Tomas [If my advice solves your issue or query, please mark the...
View ArticleRe: Update TC_USER_** when RUN_USER will changed
Hi. You can add worflow codes into Run_FieldChange or Run_AfterPost to ensure that. Probably in this case will be Run_AfterPost better because you can cancel the Run without saving changes. Br, Tomas...
View ArticleRe: Update TC_USER_** when RUN_USER will changed
Hi Ironov . I make it in workflow sub Run_FieldChange(FieldName)On Error Resume Next'Alteração da Runobj = Run_Fields.Field("RN_STATUS").Valueif obj = "N/A"...
View ArticleRe: LDAP Authentication Questions
I am getting pressure from our accounts folks to move to a more automated process for user accounts. If I move to LDAP authentication and the user name remains the same is there any impact to existing...
View ArticleInitialization error- 2147467261 object reference not set to
Hi All, When we are trying to login to project we are getting the below error msg Initialization error- 2147467261 --Object reference not set to an instance of object... We are using ALM Patch 10....
View Article