Quantcast
Channel: All Quality Center / ALM Practitioners Forum posts
Viewing all articles
Browse latest Browse all 14708

Re: Looking for SCripting in QC v11 for Defect module.

$
0
0

Hi.

 

Go to the Script Edit > Defect module script and update these methods and add new one:

'to update

Sub Bug_New
  On Error Resume Next

  HideFields

  On Error GoTo 0
End Sub

 

Sub Bug_MoveTo
  On Error Resume Next

  HideFields

  On Error GoTo 0
End Sub

 

'to add

Sub HideFields

  Bug_Fields.Field("BG_USER_01").IsVisible = false  'don't hide fields with required attribute

end sub

 

Br, Tomas

 


Viewing all articles
Browse latest Browse all 14708

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>