When posting a number of AR or AP batches to which the user process is to create GL batches on Request and by adding to existing GL batch during GL integration. Accpac will determine first if there is an open batch to append to in GL. If there isnt it will create a new batch and append all batches.

However the logic that is used to check whether there is an open batch before creating a batch to append is that Accpac goes ahead and unnecessarily scans all 'posted' batches from lastest to earliest which is time consuming and problematic where there is a very high volume of posted batches.

The logic should be updated to only query on open status batches to improve critical performance.

Comments