Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Flexible Billings invoice batch numbers and AR batch numbers can overlap


View products that this article applies to.

Resolution

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.

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.


↑ Back to the top


Keywords: kbmbsmigrate, kbmbspartner, kbsurveynew, kb

↑ Back to the top

Article Info
Article ID : 2953578
Revision : 2
Created on : 2/3/2017
Published on : 2/3/2017
Exists online : False
Views : 185