Can I Run Certification Details Report on a Staged certification?

Which IIQ version are you inquiring about?

8.2

Please share any images or screenshots, if relevant.

Trying to run a certification details report on a certification that is Staged, not active

Please share any other relevant files that may be required (for example, logs).

no files

Share all details about your problem, including any error messages you may have received.

Can’t find a way to request the cert details on a staged certification. We want to review the data before launching as it’s a large review with about 1300 managers getting it.

Hello @LynnBales
Welcome to the Developer Community :tada: !

Yes, you can create a report on staged certifications. :100:
We do have the OOTB report “Certification Activity by Application Live Report”; all you need to change is the filter. I used the change as follows change

<QueryParameters>
                <Parameter argument="phase" defaultValue="Staged" operation="EQ" property="parent.certification.phase" valueClass="sailpoint.object.Certification$Phase"/>

This typically has a value of operation “NE” by default.

I suggest creating a duplicate of this report and changing the filter as per your requirements.

I believe this will resolve your question!

Thanks,
@SivaLankapalli

1 Like

Thank you, we will give this a try. We are very soon moving to 8.4 and will need the same functionality. Hopefully it’s easier there.