Announcements
Hi Team,
I am doing partial picking list registration through code.Followed this blog https://www.schweda.net/blog_ax.php?bid=649&wdl=en
This code is popping up new form "Delivery picked Items". opening new form "Delivery picked items' after running this code , is it only happening to me?
As per the blog title, it should post picking list registratation without any popup.
Guys can you please suggest am I missing something here, also I need do anything more.
wmsDeliverPickedItems::checkDeliverPickedItems(localWMSPickingRoute.PickingRouteID,list.pack()); //this will open new form based on some conditions. we need to automate this process without UI. I was doing this and it's almost finished. I will share my findings once done
Hi Krishna,
Did you try debugging this code to check where the form is being opened from?
yes, it's opening while doing picking list registration from UI as well. I will check the code. Also please share if anyone come across doing "Delivery picked items" functionality through code
Hi Krishna,
Have you checked which part of the code is opening up this new form? Maybe there is a parameter checked for which this new form is being opened. Also, is this form opening while doing a picking list registration from the UI?
I would suggest you put a breakpoint in the form init method and check where the form is being opened from.
André Arnaud de Cal...
293,302
Super User 2025 Season 1
Martin Dráb
232,114
Most Valuable Professional
nmaenpaa
101,156
Moderator