Skip to main content
Question

Need help getting cash positions by Projects

  • June 1, 2026
  • 1 reply
  • 8 views

I am building a Generic Inquiry in Acumatica 25R1 to show actual cash received by project. I need to join ARPayment to PMProject. AR Payments do not have a Project ID field. I tried joining through ARInvoice and ARAdjust but fields AdjgRefNbr and AdjgDocType on ARAdjust return 'could not be bound' error in the GI even though they appear in the field dropdown. What is the correct way to get actual AR payment amounts by project in a 25R1 Generic Inquiry? We have retainage and partial payments so invoice amounts are not acceptable.

This is for a construction company weekly cash position report by project. We need actual AR payments collected not invoice amounts due to retainage holdbacks and discounts. Cash paid out includes AP checks, ACH  and payroll.

1 reply

BenjaminCrisman
Acumatica Employee
Forum|alt.badge.img+4

@swhitley You may be able to join to ARRegister instead of ARInvoice, this is the more robust AR document table. If you want those fields to work though you may need to switch the join so it’s joined on AdjgDocType/RefNbr instead of AdjgDocType/RefNbr. Did you already try that? You can also follow up in one of the other posts so we can more easily track the progress of the issue rather than individual posts for each question maybe