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

Re: How do you modify the Requirement page layout

$
0
0

It simple use the RQ_TYPE_ID to define your condition

 

if Req_Fields.Field("RQ_TYPE_ID").Value="Business" then

 

SetFieldApp "RQ_REQ_PRIORITY",True, True,  0, 1

SetFieldApp "RQ_REQ_STATUS",True, True,  0, 2

SetFieldApp "RQ_REQ_AUTHOR",True, True,  0, 3

 

end if

 

if Req_Fields.Field("RQ_TYPE_ID").Value="Testing" then

 

SetFieldApp "RQ_REQ_PRIORITY",True, True,  0, 1

SetFieldApp "RQ_REQ_STATUS",True, True,  0, 2

SetFieldApp "RQ_REQ_AUTHOR",True, True,  0, 3

 

end if

 

If this post solves or helps solve your issue, mark the thread as solved and please give KUDOS to the author.

 

Regards,


Viewing all articles
Browse latest Browse all 14708

Trending Articles



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