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

Re: Update TC_USER_** when RUN_USER will changed

$
0
0

Hi Ironov .

 

I make it in workflow

 

sub Run_FieldChange(FieldName)

On Error Resume Next

'Alteração da Run
obj = Run_Fields.Field("RN_STATUS").Value

if obj = "N/A" then

Run_Fields.Field("RN_USER_07").IsRequired = True
TestSetTest_Fields.Field("TC_USER_17").value = Run_Fields.Field("RN_USER_07")
Else
Run_Fields.Field("RN_USER_07").IsRequired = False
End If



On Error GoTo 0
End Sub

 

But it not work when I change de field other field not is changed.

 

There is something problem because TC_USER_17 is "Test_Instance Field" and RN_USER_07 is "Run Field"??

 

 


Viewing all articles
Browse latest Browse all 14708

Trending Articles



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