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

Re: Check mandatory fields for a defect , update with valid values before upload.

$
0
0

Hi Javasaigon.

 

There is your code:

Sub Bug_FieldChange(FieldName)
  On Error Resume Next
  If FieldName = "BG_STATUS" then
    if Bug_Fields.Field("BG_STATUS").Value = "Fixed" then
       Bug_Fields.Field("BG_USER_06").IsRequired = true
    else
       Bug_Fields.Field("BG_USER_06").IsRequired = false
    end if
  end if
  On Error GoTo 0
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>