At released some batch from IN Adjustment, its showing Status Z on the batch Table and cannot posted on GL
*This post is locked for comments
At released some batch from IN Adjustment, its showing Status Z on the batch Table and cannot posted on GL
*This post is locked for comments
Thank you Elaine!
A 'Z' status batch usually means the posting process was interrupted. These batches just need to be set to match the status of the gltrans.posted field.
--replace YYYYYY with a batch with a 'Z' status
select posted, * from gltran where batnbr='YYYYYY' and module = 'in'
--note the value in the posted field and replace X below with the status from the posted field
update batch set status='X' where batnbr='YYYYYY' and module='in'
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,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156