Views:

We had an AP batch yesterday, batch# COMMRECUR, (this is a monthly recurring batch) We printed the batch edit report, and the deferral edit report just fine,

But now, every AP batch edit report we want to print (Batches / [batch#], Print,) tries to reprint this massive deferral report from yesterday, We eventually get the report we want, but need to get thru the regeneration of this prior deferral report,

This was only happening with one user.  All other users could print the edit list without issue.  Found that the PP000100 table had a user id field populated with the user that was having the issue.  Cleared this field by running the following statement.  

 

update PP000100 SET USERID = '' WHERE USERID = 'abeckwith'