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

Re: Displaying Test Plan Fields in Test Lab

$
0
0

Hi Thiru,

 

If my understanding is right, please use the below piece of code for your requirement.

{Whenever the status is been changed, the values in your user fields (ABC,XYZ) should be cleared, I mean they should be null & you can select the required from the drop down list.....THIS IS MY UNDERSTANDING}

 

Select Case TestSetTest_Fields("TS_STATUS").Value

Case "New"

TestSetTest_Fields.Field("TS_USER_21").Value =""

Case "Closed"

TestSetTest_Fields.Field("TS_USER_21").Value =""

End Select

 

When ever the status is been changed, the values in those field will be cleared off.

 

Thanks

Damodar


Viewing all articles
Browse latest Browse all 14708

Trending Articles



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