Hello, one of my client is trying to clean VEndor/Customer transaction. however, it's not listing all of the transaction of the customer.
when I look how the list is populated, Dynamcis Runs this:
BEGIN DECLARE @stored_proc_name char(27) DECLARE @retstat int DECLARE @param6 int set nocount on SELECT @stored_proc_name = 'SOI.dbo.papQueryOpenRecords' EXEC @retstat = @stored_proc_name 'RMPMXFR sa', 'OPTOPLUS', 'OPTOPLUS', 'OPTOPLUS', '2018.10.19', @param6 OUT SELECT @retstat, @param6 set nocount on END
When looking into the papQueryOpenRecords, if I run the first select statement for customer OPTOPLUS, it pulls out the missing invoices. So I'm kinda at a loss as to why those records are not inserted where they should be.
*This post is locked for comments
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156