Hello, We are using 3.7 on SQL Server for a utility billing system. The clients also use payroll, inventory, jobs etc. The billing portion alone creates hundreds of thousands of G/L Entry records a month (each bill consists of anywhere from 3 to 10 or more lines). Does anyone have any thoughts on summary posting these to the G/L? Any concerns or gotchas before we attempt it, or better yet maybe an existing add-on that already does this? Thanks in advance for any suggestions. Brian.
If the billing systems means Navision Sales and receivables, then the amount of g/l entries is determined by the posting buffer in codeunit 80. You could try to make less entries by having more lines with the same characteristics. Usualy our customers require more detailed information and we expand this table. If have never tried the other way around.