How to hide system fields in requirements?
Question ID: 104708
0
0

Hi there,

Does anybody knows how to hide some of the system fields in requirements?

Thanks!

Marked as spam
Posted by (Questions: 1, Answers: 1)
Asked on November 16, 2012 3:49 pm
67 views
Answers (2)
2
Private answer

An example would be if I wanted to hide the Product field in the requirements module:

If you want this for all users simply place the following code into the Req_New, Req_MoveTo subroutines in workflow code for requrements:

Req_Fields.Field(''RQ_REQ_PRODUCT'').IsVisible=False

#Note: certain fields cannot/should not be hidden in requirements an example would be Requirement Type

Marked as spam
Posted by (Questions: 0, Answers: 364)
Answered on November 16, 2012 4:31 pm
0
Thank you Josh! It works!
( at November 20, 2012 9:39 am)
0
Private answer

Makes sure that ''required'' fields don't accidentally hidden either, as it will cause havoc with the users when trying to create things.

Marked as spam
Posted by (Questions: 0, Answers: 770)
Answered on November 27, 2012 12:09 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top