Is this statement valid regarding the control and usability of the Debug pages in IdentitylQ?
Solution: The current version and patch level of IdentitylQ can be found through the Debug-About page.
Yes, the code provided in the second image is correct for including a rule library named 'Common Rules Library' in a Rule. The correct syntax is to use class='sailpoint.object.RuleLibrary' and specify the name of the rule library. This allows the Rule to reference the functions and logic defined in the 'Common Rules Library.'
Correct Syntax (from the second image):
<ReferenceRules>
<Reference class='sailpoint.object.RuleLibrary' name='Common Rules Library'/>
</ReferenceRules>
SailPoint IdentityIQ Rule Library Documentation
SailPoint IdentityIQ Configuration Guide (Rule and Rule Library Management)
Yun
1 days ago