Payroll email location in files

SUGGESTED

So.  I have a client who wants just a simple Crystal report to print the employee and the email address used for their DD stubs.

I find an email field in PR_Employee, PR_EmployeePIIWrk, and PR_EmployeeDocuments.

I have setup a report that just dumps all 3 of these.

I have at least one employee who has an email on the Paperless screen (I have even deleted it and added it back in), but not on the Main tab in Employee Maintenance, and NONE of these fields print a value.

Even more exciting - the field is blank via DFDM in PR_EmployeeDocuments, which sounds like it's a PII field.

So is it just a failure of the Wrk file to fill in that field if the Employee screen's email is blank?

Parents
  • 0

    Greetings,

    The EmailAddress column in the PR_EmployeePIIWrk table is populated with the value from the EmailAddress column in the PR_Employee  table.  There is no checking done to see if the EmailAddress column from PR_Employee is blank or look for a value in another table. For the most part, the PII Wrk tables are simple data dumps of the PII values from the corresponding maintenance table.

    Is there a reason why the email address can not be entered in the employee record?

    Thank you,

    Kent

Reply
  • 0

    Greetings,

    The EmailAddress column in the PR_EmployeePIIWrk table is populated with the value from the EmailAddress column in the PR_Employee  table.  There is no checking done to see if the EmailAddress column from PR_Employee is blank or look for a value in another table. For the most part, the PII Wrk tables are simple data dumps of the PII values from the corresponding maintenance table.

    Is there a reason why the email address can not be entered in the employee record?

    Thank you,

    Kent

Children