Announcements
Our system is on SL 2018 CU4 and they recently applied the year end update prior to the start of the Christmas Holiday. This week they've resumed using the system and when entering vouchers are getting the following message:
Any thoughts as to what the message is and how to resolve. Please advise. Thank you.
Looks like the issue was the ApprovalHist_Latest stored procedure. The latest update drops the procedure down to two parameters. Replaced with the procedure from SL2018CU3 which had three parameters.
Once done the batch released OK.
Dear JG,
Thank you for your heads up. We will look at the issue. My Cu4 without the updates have 3 parameters.
Best Regards,
Jana MacDonald
I'm having the same issue at one of my clients. Where can I get the Cu3 stored proc?
I had an installed instance of CU3 and took it from there. For reference this is the original 3 parameter SP:
Create Proc [dbo].[ApprovalHist_Latest] @parm1 varchar ( 10), @parm2 varchar ( 10), @parm3 varchar ( 10) as
SELECT * FROM ApprovalHist WHERE BatNbr = @parm1 and ScreenNbr = @parm2
and refnbr like @parm3
Order by ApprovalHist.statdatesort desc
GO
Thank you for the new stored proc. It seems there is an issue with the AP voucher screen after the YE update is applied. Support gave me a new 03010 screen to copy to the AP folder which resolved the issue.
Jana MacDonald - How do others get the new stored procedure and new 03010 screen?
I see the additional information in the download files - sorry for the question!
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 410 Super User 2026 Season 1
Subra 390
Martin Dráb 262 Most Valuable Professional