Re-verification
Re-verification shows the I-9 Forms with a complete task status with documentation with expiring documentation.
Note: A report of I-9 forms in a complete status does not require E-Verify to be configured.
- From the navigation bar, click Reports>I-9 Dashboard.
- Click on the tally count of any of the Requires Re-verification dashboard options.
- Employees with complete task status with expiring documentation appear in the list.
- (Optional) Select any search options to further filter the list.
- Click Search.
Report results
Employee Name, Document Expiration Date, Due Date, Reverification Event Launched
Generate XML Report
Click Generate XML Report to output the current report to an XML file.
- The nodes of the XML record match the expected report output fields.
- The records match the filtered (or unfiltered) output. This may differ from the current display if you did not choose to Submit the current filter criteria.
- Example XML output of the Re-verification report filtered to return two employees is:
<?xml version="1.0" encoding="windows-1252" ?>
- <Reverifications>
- <Reverification>
<Employee_Name>Eastly, Krista</Employee_Name>
<Document_Expiration_Date>10/30/2009</Document_Expiration_Date>
<Due_Date />
<Reverification_Event_Launched>no</Reverification_Event_Launched>
</Reverification>
- <Reverification>
<Employee_Name>Newton, James</Employee_Name>
<Document_Expiration_Date>3/3/2009</Document_Expiration_Date>
<Due_Date>2/1/2009</Due_Date>
<Reverification_Event_Launched>yes</Reverification_Event_Launched>
</Reverification>
- <Reverification>
<Employee_Name>Onton, Nicole</Employee_Name>
<Document_Expiration_Date>2/25/2009</Document_Expiration_Date>
<Due_Date>1/26/2009</Due_Date>
<Reverification_Event_Launched>yes</Reverification_Event_Launched>
</Reverification>
</Reverifications>
|