Quantcast
Viewing all articles
Browse latest Browse all 14708

Re: Hp Defect Module : Defect type specific mandatory Fields

You can not change the FieldName parameter of Bug_FieldChange. It should look like this:

Sub Bug_FieldChange(FieldName)
On Error Resume Next
If Bug_Fields("BG_USER_01").Value = "Task" Then
Bug_Fields("BG_USER_O4").IsRequired = False
Else
Bug_Fields("BG_USER_O4").IsRequired = True
End If
On Error GoTo 0
End Sub

Also, you must have the code in Bug_MoveTo as well.

Viewing all articles
Browse latest Browse all 14708

Trending Articles



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