When you go to enter a stock count entry you must enter the inventory quantity and then check the box, then check the box for the correct lot/serial. The issue that we have is that after you enter everything and check the boxes, an exception report prints. The report wants us to verify (check box) the lot/serial of item that we do not currently have in stock, this report typically totals about 8 pages. We then go to that item(s) in stock count entry and enter 0 for the count; dive into the line item and select 0 for the lot then check the box (twice per line). It then comes off the report. Any way around this?
Chris
*This post is locked for comments
Hi Chris,
You bet! You need to fire up SQL and change the value of the VERIFIED field in the IV10301 table. Restrict the list by your Stock count ID - STCKCNTID and you should be good to go. Wherever the value is 0, change it to 1.
The statement might look something like this:
UPDATE IV10301
SET VERIFIED = 1
WHERE STCKCNTID = 'MY_ID' AND VERIFIED=0
Kind regards,
Leslie
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,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156