Article Content
Article Number | 000036714 |
Applies To | RSA Product Set: Identity Governance and Lifecycle RSA Version/Condition: 7.1.0 |
Issue | When selecting the contents in a review based on the value of a custom attribute, the review does not display the expected entitlements. For example, when selecting an entitlement where an attribute does not have a value of true, the review is expected to show all entitlements, including those with null values for the attribute. To accomplish this the customer has used the not like comparator. instead the review does not show any entitlements. |
Resolution | The review results selector by default does not select entitlements where the attribute value is null. In order for the review to show the full results as intended you should add an explicit condition to accommodate for null objects in the dataset. For example, add a comparator that selects for is null in addition o the items does not match. |