How to obtain the sign-off record of sub-Certification after sub-Certification return original Certification?

Which IIQ version are you inquiring about?

8.4

Please share any images or screenshots, if relevant.

[Please insert images here, otherwise delete this section]
1.this is test Certification,the part highlight in red I want to reassign item.


2.reassign to CXandyX

3.CXandyX agree all items

4.accorrding to signOff rule,when someone signOff these items,IIQ system will notice his manager to sign off these again.

5.see the sub-Certification sign-off record.

6.after IIQ execute “perform maintance” task.the sign-off record of parent Certification doesn’t exist any more.

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

The client want to launch Certification. The assigned personnel may
reassign the Certification to others. When the items are returned, the client hopes
to see the sign-off results of the sub-Certification. However, after IIQ execute perform
maintenance task, the parent Certification does not display the sign-off records of the
sub-Certification. How should I handle this?

Hi @TOPTYU

While configuring access review, go to Behaviour tab and enable the option ‘Return Reassignments to Original Access Review’ as shown below.

I have taken it from Manager Certification.

HI Arpitha Halaguru Kunne Gowda
I have already enable “Return Reassignments to Original Access Review” before.


my Question is when Reassignments return original Access Review how do I check the sign-off record of Reassignments ?

It will be under Review tab of the original cert.

Do the certification items under Review tab of the original certification have information about sign off record of sub-Certification?My certification items are also under Review tab of original certification But these don’t have sign off record information

I can see history details as below.

I need signoff record,not CertificationAction.

  1. signOff rule:The logic of the program I wrote is as follows.
    Someone get certificationItems.After he appove and signoff these,his manager also need to sign off these.
  2. client’s requirement:The returned reassignment need to have sign off record.
    For example,If I reassign certificationItems to someone named “sychen”,sychen’s manager is “akao”.After sychen and akao sign off these Items,I obtain returned reassigned certificationItem which sign off record list have sychen and akao.

I found the solution.In signOff rule,I just add signOffHistory Object to the current certificationItem.After executing “perform maintance” which make sub-certifications merge to original access review,if you open debug page to check,you can see the signoff records are reserved.