The RTW Documents Pending Verification by Manager report uses the Confidential Identifications topic to display employees who have right to work documents that haven't been marked as accepted. The records are grouped by manager.
Note: This report is applicable only for employees in the United Kingdom.
Fields
| Field Name | Group by | Sort Order | Totals |
|---|---|---|---|
| Manager | Yes | A to Z | |
| Employee | |||
| RTW List | |||
| RTW Document | |||
| Doc Review | |||
| Reviewed By | |||
| Reviewed On | |||
| Effective From | |||
| Effective To |
Custom Fields
Doc Review
The Doc Review custom field displays whether the document has been accepted or rejected by the reviewer. It uses the following expression:
CASE
WHEN EmployeeConfidentialIdentification.RTWDocReview = 'A' THEN 'Accepted'
WHEN EmployeeConfidentialIdentification.RTWDocReview = 'R' THEN 'Rejected'
ELSE ' '
END
Filters
This template includes the following filters: