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

Re: DEFECT MODULE Make Secondary Field a required field depending on the Primary Field

$
0
0

Hi ,

 

Try this.

 

Sub Bug_FieldChange(FieldName)

On Error Resume Next

If FieldName= "BG_USER_17" then

If  Bug_Fields.Field("BG_USER_17").Value ="Fortify Code Review" Then

Bug_Fields.Field("BG_USER_22").IsVisible=True

Bug_Fields.Field("BG_USER_22").IsRequired=True

Else

Bug_Fields.Field("BG_USER_22").IsVisible=False

End If

End If

On Error GoTo 0

End Sub

 

Thanks,

Avi.


Viewing all articles
Browse latest Browse all 14708

Trending Articles



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