Hi, I’m working in AX 2012, with the SalesTable form; when I open the “Picking List” form, the system is creating one picking list per item, instead of creating only one picking list for the whole sales order, I’m trying to check where the lines are created, but I have no clue so far, I know the lines are created in the class SalesFormletterParmDataPickingList individually, but there should be a while telling how many lines are going to be created and based in what. I would appreciate the help, thanks!
\Classes\formletterParmData\doChooseLines
Thanks Kranthi, I checked that method before, and noticed that this line:
while (this.chooseLinesNext())
Loops the same number of sales lines in my sales order, and it should iterate only one to create only one picking list, right? where does AX calculate how many time is it going to loop? Thanks!
Try to debug the code