Hi guys,
I'm working with Doors to generate a set of System Requirements. Our customer ask us to reject some requirement. So I need to put some requirement in doors as Rejected. I have an attirbute: Sys.Req.State, but I cannot change it from Created to Rejected.
Any ideas?
A.
acalo - Tue Mar 01 06:34:21 EST 2011 |
|
Re: Reject a Requirement mcnairk - Tue Mar 01 08:04:12 EST 2011
Are you trying to change the value through the user interface or DXL?
First thing you should do is check the user access rights:
Edit -> Attributes -> Attributes tab -> select attribute -> Edit ->Access (Value) tab
You must have an "M" in the Access Rights displayed at the bottom of the screen.
Ken.
|
|
Re: Reject a Requirement acalo - Tue Mar 01 08:41:10 EST 2011 mcnairk - Tue Mar 01 08:04:12 EST 2011
Are you trying to change the value through the user interface or DXL?
First thing you should do is check the user access rights:
Edit -> Attributes -> Attributes tab -> select attribute -> Edit ->Access (Value) tab
You must have an "M" in the Access Rights displayed at the bottom of the screen.
Ken.
Hi Mcarik
thanks for feddback.
I'm using the interface.
I've checked for rights and I have RMCDA. I've tried again but with no result
acalo
|
|
Re: Reject a Requirement Craig_Cordrey - Tue Mar 01 08:48:15 EST 2011
How are you trying to change the value? In the main DOORS module window by double-clicking the attribute value, or via the Properties window?
If by double-clicking, are you able to activate the attribute and see the options available in the drop-down listbox? Is Rejected visible? If so, what happens when you select it?
|
|
Re: Reject a Requirement acalo - Tue Mar 01 10:11:02 EST 2011 Craig_Cordrey - Tue Mar 01 08:48:15 EST 2011
How are you trying to change the value? In the main DOORS module window by double-clicking the attribute value, or via the Properties window?
If by double-clicking, are you able to activate the attribute and see the options available in the drop-down listbox? Is Rejected visible? If so, what happens when you select it?
I've tried to change the value in the main DOORS module window by double-clicking the attribute (it is a combo box).
by double-clicking, I'm able to activate the attribute and see the options available in the drop-down listbox. The Rejected option is visible? When I select it and try to commit the change by clicking enter, the value is reset to the default value: "Accepted"
|
|
Re: Reject a Requirement llandale - Tue Mar 01 12:50:51 EST 2011
Perhaps you didn't open the module Exclusive Edit, or open it Shared and lock the section. Perhaps you don't have write-access to that particular object.
Reading the other posts I would guess that either this attribute is really a DXL attribute, or there is some pre-attr-save trigger preventing you from changing it.
|
|
Re: Reject a Requirement mcnairk - Tue Mar 01 12:55:33 EST 2011 acalo - Tue Mar 01 10:11:02 EST 2011
I've tried to change the value in the main DOORS module window by double-clicking the attribute (it is a combo box).
by double-clicking, I'm able to activate the attribute and see the options available in the drop-down listbox. The Rejected option is visible? When I select it and try to commit the change by clicking enter, the value is reset to the default value: "Accepted"
Could the object be inheriting the value of the attribute from its parent?
|
|