Skip to main content
Question

How do I get all of the records to get in a single journal batch?

  • April 20, 2026
  • 1 reply
  • 12 views

abhijit
Varsity I
Forum|alt.badge.img

As of now, here is a test:
My goal is to import three GL transaction records in a single batch. I have been working on this scenario for over two days and several iterations. As of now, the scenario imports the records and creates 2 batches from 3 records. 

I am attaching the latest version of the import scenario and the sample data. As of now, the source for this data is a SQL Server table, but for simplification, I have exported it to an Excel file (attached). The amount fields in the table are defined a money columns.

You may notice a lot of hard-coding because I had to hardcode several field values to understand what is going on.

I am working on 
Acumatica 2025 R1
Build 25.101.0153.7
 

1 reply

Forum|alt.badge.img
  • Jr Varsity I
  • April 21, 2026

@abhijit it is possible to import all three GL records into a single batch in Acumatica 2025 R1, but only if your import scenario is structured so Acumatica creates one batch header and then adds all three lines to that same batch; if the scenario is creating two batches, it usually means the header is being inserted more than once, the line grouping is breaking, or the scenario is using separate debit/credit passes instead of one continuous journal entry flow. In practice, the fix is to use a single Batch/GL transaction header with one key reference for the group, keep Hold Batches on Entry enabled, make sure line numbering is left to the system, and ensure each source row maps to the same batch group so Acumatica doesn’t start a second batch mid-import.