1. Find the last or highest batch number used from both the Flexible Billings and Accounts Receivable modules. To do this, run the following queries in Microsoft SQL Server Management Studio.
2. Set the batch numbers in Accounts Receivable and Flexible Billings far apart so that they do not overlap.
select MAX(batnbr) from Batch where Module='BI'
select MAX(batnbr) from Batch where Module='AR'
2. Set the batch numbers in Accounts Receivable and Flexible Billings far apart so that they do not overlap.
Open Billings Setup (BI.SET.00) and on the General Information tab, update the Last Invoice Register Batch#.
Open AR Setup (08.950.00) and on the Other Options tab, update the Last Batch Number.