最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Cameo VTL Tags for Requirements - Stack Overflow

programmeradmin1浏览0评论

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

发布评论

评论列表(0)

  1. 暂无评论