Auto Deductions are not displayed after running Payroll Data Entry Import on Sage 100 2018 and higher
Description
Cause

Perform Logic is not properly setup

Running Import Job with Before Write command tmp = coBusiness'PreWrite(1) will populate Auto Deductions when importing Payroll Data Entry on Sage 100 2018 and higher

Resolution
  1. Open Import Job Maintenance and select the PR_PayrollHeader import
  2. Click Perform button on Configuration Tab
  3. Click Existing Perform Lookup button in upper right corner
  4. Select Before Write command tmp = coBusiness'PreWrite(0)
  5. Edit the command to the following:
    • tmp = coBusiness'PreWrite(1)
  6. Click Accept
  7. Open Data Tab and verify the field H.AutomaticDeductions is set to Y for Yes
    • Note: If the field H.AutomaticDeductions is not in the import job, it will use the value set up for the Employee in Employee Maintenance
  8. Run Import job
DocLink: How to import into Payroll Data Entry using Visual Integrator on Sage 100 2018 and higher
Defect ID
Steps to duplicate
Related Articles