Skip to main content
Solved

Payroll Garnishment Details Report

  • March 6, 2026
  • 5 replies
  • 39 views

Looking for a report to print and remit for payroll run that includes the garnishment deduction amount + the information for the corresponding codes Garnishment Details fields in Employee Payroll Settings. If no native report, any direction on which table contains the Garnishment Details field data?

Best answer by rkenna

@lcurl, it seems like those Garnishment Details are stored in:

 

5 replies

rkenna
Captain II
Forum|alt.badge.img+1
  • Captain II
  • March 6, 2026

Hi ​@lcurl

On Acumatica Payroll, there is a checkbox on each Deduction Code if it is a Garnishment or not

 

With Inspecting the element of the Garnishment Checkbox, this is the DAC that it is in: PRDeductCode

 

I would recommend creating a GI or a Report of the Payroll Batches, with the Deduction Codes, with a condition for the IsGarnishment=True. That way you could see the Payroll Batch, and the Garnishment’s on the batch. 

Hope this helps,

RJ


  • Author
  • March 6, 2026

@rkenna -

Thanks! A new GI is where I was headed. HOWEVER, I cannot find the DAC to join the Garnishment Details from the Payroll Employee Settings. Do you know where that is……..?

 

 


rkenna
Captain II
Forum|alt.badge.img+1
  • Captain II
  • Answer
  • March 6, 2026

@lcurl, it seems like those Garnishment Details are stored in:

 


  • Author
  • March 6, 2026

THANK YOU! I cannot understand how I couldn’t find those 😉 Thanks again!!


rkenna
Captain II
Forum|alt.badge.img+1
  • Captain II
  • March 6, 2026

No problem ​@lcurl, feel free to mark an answer as Best Answer for future community members running into the same issue. Glad to help!

 

Cheers,

RJ