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

Re: Incorrect Test Cycle ID Returned

$
0
0

Thanks for the response.

I am very new to VB and workflow code, could you explain how to update a variable?

Am I supposed to move my code to the MoveTo function? Or should I add some new code in there?

 

I tried adding:

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

in Sub TestSet_MoveTo, but it's still not working.

Also tried:

Sub TestSetFolder_MoveTo
  On Error Resume Next

  TestSetTest_Fields.Field("TC_CYCLE_ID").Value = ""
  MsgBox TestSetTest_Fields.Field("TC_CYCLE_ID").Value

  On Error GoTo 0
End Sub

 And it is still giving the incorrect TC_CYCLE_ID when I switch folders. However, when I look in the database, the TC_CYCLE_ID is correct


Viewing all articles
Browse latest Browse all 14708

Trending Articles



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