Release Management - When the state of a Release record (rm_release) changes to "Testing/QA", the record goes from active to inactiveIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> When the state of a Release record (rm_release) changes to "Testing/QA", the record goes from active to inactive. Steps to reproduce: 1. Open rm_release.list 2. Open any record or create a new record. (Confirm the release form this active.) 3. Change state to "Testing/QA". The release form will change to inactive. ReleaseAll versions CauseThis is reported as PRB1104597 and closed as won't fix. Currently, we have an enhancement request to improve this status behavior. ResolutionThe workaround for this is to override the attributes for 'rm_release' table. 1. Open any record on rm_release.2. Right click on "state" >Dictionary.3. In the "Dictionary overrides" tab, open rm_release. 4. Add attributes to suit your needs. Example: override the attributes on 'task.state' for 'rm_release' table ---close_states=3;7,default_close_state=3,default_work_state=2,default_open_state=-5,default_pending_state=11,pending_states=11;4;-3,open_states=-3;-4;-5;2;3;4;7;10;11,work_in_progress_states=2 --- Note: Please always test it on the sub-production.