Commit 'Whse. Item journal' codeunit

manjusreemanjusree Member Posts: 79
Hi,

My company is using WMS(Warehouse Management System). We are planning to make a single form combining 'Whse. Item journal' and 'Item journal'. At first I called 'Whse. Jnl.-Register' codeunit and then 'Item Jnl.-Post' CU. But the issue is if some error/locking comes while item journal posting, bin content gets reduced. This is because the Whse Item journal posting is getting committed. If I write a piece of code to avoid the execution of this 'COMMIT' statement, will this posting roll back?.

Has it any 'Side Effects' (I mean issues locking) if I call 'Whse. Item journal', without commiting this posting, I call 'Item Jnl.-Post' CU???

Any kind of help would be highly appreciated.

Thanks,
Manju
Sign In or Register to comment.