Error when reconciling bank statements

  • Error when reconciling bank statements

    Posted by Unknown Member on April 28, 2021 at 10:18 am
    • David Ortiz

      Member

      April 28, 2021 at 10:18 AM

      Hello… We are on GP 18.3.1200……Reconciliation for this checkbook already has been started. If the process was interrupted, use the check links window to check links on the CM logical files.

      Any recommendations to resolve this would be appreciated.

      Thanks,

      David

      ——————————
      David Ortiz
      Tamarac FL
      ——————————

    • Greg Wahl

      Member

      April 29, 2021 at 8:19 AM

      This was given to me a while back from Microsoft when we had an issue with reconciling and needed to restart the process…

      select RECOND, RECONUM, clearedate, ClrdAmt, * from CM20200 where CMTrxNum = ‘xxx’
      —where xxx is the check number you are focusing on

      4. In the results above, if the 4 fields in the script are already marked off, then this item has already been reconciled. If some, but not all of the 4 fields are marked off, then someone already tried to reconcile these and it failed.

      RECOND
      0 = not reconciled
      1 = reconciled

      5. Usually, if they all have the Reconcile Number (RECONUM) filled in, then you can use this field to query and see all the transactions that were included in this failed reconciliation:

      select RECOND, RECONUM, clearedate, ClrdAmt, * from CM20200 where RECONUM = ‘yyy’
      —where yyy is the reconcile number

      6. Determine if the reconciliation is valid or not.

      • If it is not a valid recon and you want to free these transactions up, you can run a script like this to unmark these 4 fields, and delete the header record for it in the second script below:

      update CM20200 set RECON = ‘0’, RECONUM = 0, clearedate = ‘1900-01-01’, ClrdAmt = 0.00 where RECONUM= ‘yyy’
      —where yyy is the reconcile number

      delete CM20500 where Chekbkid = ‘zzz’ and RECONUM= ‘yyy’
      —where yyy is the reconcile number and zzz is your checkbook ID.

      ——————————
      Greg Wahl
      IT Applications Supervisor
      Owensboro Municipal Utilities
      Owensboro KY
      ——————————
      ——————————————-

    • David Ortiz

      Member

      April 29, 2021 at 9:19 AM

      Greg…Thank you for your assistance.

      David

      ——————————
      David Ortiz
      Purosystems, LLC
      Tamarac FL
      ——————————
      ——————————————-

    Unknown Member replied 4 years, 4 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

The discussion ‘Error when reconciling bank statements’ is closed to new replies.

Start of Discussion
0 of 0 replies June 2018
Now

Welcome to our new site!

Here you will find a wealth of information created for peopleĀ  that are on a mission to redefine business models with cloud techinologies, AI, automation, low code / no code applications, data, security & more to compete in the Acceleration Economy!