State field for decisions and risks not displaying in project workspace RIDACIssue The State field for decisions or risks does not display in the New Project Workspace RIDAC section. To reproduce the issue: 1. Go to Project Workspace > All Projects > Open any project2. Go to RIDAC page3. Open the Decision or Risk record (create one if there is none existing)4. Observe the State field is empty Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Xanadu YokohamaCause<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } This is expected behavior. For Risk and decision tables the column name of State fields are different 'risk_state' and 'decision_state'. And in RIDAC workspace we are showing all the entities in common grid format. So to distinguish there are three state fields that can be viewed on workspace (State, State[risk_state], State[decision_state]) Here, 'State' field is applicable to Issue, Action, and Request Change. For risk and decision this field will be read only.State[risk_state], applicable only to risk records, for other entities this field will be read onlyState[decision_state] applicable only to decision records, for other entities this field will be read only. To set expectation. We are having some complexities for consolidating these state fields into one as the table hierarchy is different.State field on risk and decision are individual columns on respective columns. And for other entities it is extended from task table.Currently, we don't have any plans to make an enhancement.Resolution By default, the RIDAC workspace displays only the State column. To add the State[risk_state] and State[decision_state] columns to the workspace, configure the list view for the Risk and Decision tables and add the State field to each list view.