RSA Identity Governance and Lifecycle report template Entitlement Review Item Details by Reviewer does not display the custom state
Originally Published: 2017-01-16
Article Number
Applies To
RSA Version/Condition: 7.0
Issue
- In the Review Definition, the custom review state (e. g., Keep and Remark) is defined in the Review Definition.
- Keep and Remark is displayed as valid custom review state when you run the review.
- However, when you run the Entitlement Review Item Details by Reviewer Report, it displays None instead of the defined custom state (e. g., Keep and Remark).
Cause
Workaround
- Run the following SQL script to add the setting (replacing Display Name for Custom State with your custom state display name). It could be a simple INSERT statement, but use the example below to avoid inserting the same entry multiple times.
DECLARE v_count INTEGER; v_param VARCHAR2(50) := 'CustomState'; BEGIN SELECT COUNT(1) INTO v_count FROM T_SYSTEM_SETTINGS WHERE PARAMETER = v_param; IF(v_count = 0) THEN INSERT INTO T_SYSTEM_SETTINGS(PARAMETER, VALUE) VALUES (v_param, 'Display Name for Custom State'); END IF; COMMIT; END;
- Verify that the setting in the System Settings table with parameter name CustomState has been added.
- Run the Entitlement Review Item Details by Reviewer report again. This time it will display your custom state of Keep and Remark.
Related Articles
Review email defined with the Review URL {$reviewDetailURL} shows no review items to be monitored in RSA Identity Governan… 60Number of Views RSA Identity Governance and Lifecycle Review Details link ($reviewDetailURL) in Reviewer Email gets "The request could not… 77Number of Views How the Pending Revoke category functions in the default reviewer interface style of the User Access Review in RSA Identit… 58Number of Views Review overall status bar is not updated when a review is completed in RSA Identity Governance & Lifecycle 121Number of Views RSA Governance & Lifecycle Recipes: Report - Review Results - Outstanding Items Reviewer List 18Number of Views
Trending Articles
Troubleshooting RSA SecurID Access Identity Router to RSA Authentication Manager test connection failures RSA SecurID Software Token 5.0.2 Downloads for Microsoft Windows RSA Authentication Manager 8.9 Release Notes (January 2026) Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.8 Setup and Configuration Guide
Don't see what you're looking for?