Reputation: 1
I am trying to write a VTL script that pulls requirement attributes from cameo. However, some of them that have drop downs are giving me trouble. Does anyone know how to specify such properties, such as "Verify Method"? This is what I am working with:
#foreach($requirement in $Requirement)
$requirement.id
$requirement.name
$requirement.text
$requirement.verifyMethod
#end
I am not getting an output for verify method. Thanks in advance for any insight!
I tried specifying verifyMethod(1), verifyMethod.value, verifyMethod.instancespecification, verifyMethod.instance value. Etc. I think there is some sort of syntax I just cannot find it
Upvotes: 0
Views: 32