Hi EveryOne
How do I prevent the GL impact from forming immediately when creating an Item Receipt transaction?
Can I use a user event script?
Thank you.
a
AK47
06/19/2025, 11:19 AM
Use the pick/pack/ship statuses. IFs won't post until it is Shipped, so you can mark things as packed first.
thisline 1
t
Tahir Mustafa
06/20/2025, 12:52 PM
Ask if for Item receipt if I am not wrong.
Tahir Mustafa
06/20/2025, 12:53 PM
There is no way you can delay it. Another option is custom transaction/record that transforms to actual item receipt upon a trigger
a
Alejandro Camacho
06/20/2025, 3:50 PM
Custom GL plugin to reverse it back and then additional event to move it back? Not the most straightforward solution but just an idea.
k
Kman
06/20/2025, 8:14 PM
I’m curious, why are you not wanting a GL impact when you do an item receipt?
a
Armanda
06/23/2025, 1:41 AM
Hi All,
Thank you for your response and answer,
The reason is that the GL impact is only formed when the receipt item is approved, but when the receipt transaction is formed, it automatically has a GL impact, so for this case I use a custom transaction first for pending receipts, then create a receipt transaction if it has been approved in the custom transaction