RE: Is there an issue with checkbook inquiry in GP 18.3.1200?
Hi Richard,
I am not seeing any outstanding issues with performance in this window, back when this was an issue on GP 2015 R2 it was taking 5+ minutes to populate around 200k transactions in the window. The benchmarks are much better in Microsoft Dynamics GP 18.3. If they are very heavy users of the Bank Rec Module, it could truly just be their volume causing the slowness.
You could get a count of their bank rec tables for the checkbook that you are testing with to get an idea.
select count(*) from CM20200 where CHEKBKID = 'XXXX'
select count(*) from CM30200 where CHEKBKID = 'XXXX'
One trick that you can use if they have really high transaction counts is to enter the date range first in the window, THEN select the checkbook ID. This would make it so there are less transactions to load. If you have not range in the window, it will try to load all the transactions and thus can make it slow if they are heavy users.
I hope this helps!
Isaac Olson
Microsoft Support