Require user to allocate bin if whse is bin manage in beas addon Respondida
Hi,
I would like to know on how can I require user to allocate bin if Whse is bin manage in beas addon when receiving, transfering batch/serial numbers.

In my case I created Goods Receipt document with Item and Whse managed by bin (beas). after i added the document it shows me the Bin Allocation window (beas). but the system allows me to closed the window without booking the serial no/ batch no into in location.
How can I able to prevent from closing the window from user without allocating bin location? Is there any transaction notification in beas that can block the closing of window?
Thanks & Regards,
Alvin
Comentarios
2 comentarios
Hi Alvin
with small beas script this is possible. But i don't know, if it really good to make it impossible to close this window
global function form_close
if <lb_ok> = false then
messagebox=you can't close this window
return failure
end if
end global
regards
Martin Heigl
Hi Martin,
Thank you for the response. I've tried your sample beas script above and it work for me.
Thanks & Regards,
Alvin
Iniciar sesión para dejar un comentario.