0
votes

I am trying to modify the WMSPickingList_OrderPick Report in Dynamics AX 2009.

I am attempting to move the InventDim group onto the same line as the actual Item Line, as it currently prints underneath.

I have tried manually moving the fields, in this case no data appears. I have tried switching the parameters so that the item dimensions appear after or a part of the item number, in this case it still appears below. I have also attemped to simply pick up the values in the Fetch statement and pass them to variables, I can see the values being picked up but on returning them in a display method no data appears?

Many thanks for your help in advance.

2

2 Answers

0
votes

Go to Accounts receivables > Setups > Forms > Forms Setup In the "General" tab > "Print item dimensions" group, Select the "Print item dimensions" as "After item number" I am assuming it is currently set to "Under item line"

0
votes

The problem with WMSPickingList_OrderPick report is the width of the design, the design doesnt have enough width to print the Inventory Dimensions, they dont appear when u put them in the same line because the columns overlap. However, one very clean solution can be to use a Display method as datasource for the Item ID (i.e item number) and in that display method just append the dimension.