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?
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
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.
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.