Hi,
I want to print Product serial numbers Dynamically based on quantity when posting sales order.
Ex:
ItemId Name SerialNo qty
…
100 TV TV Sno1 3
TV Sno2
TV Sno3
101 Laptop LP1 Lp2 10
LP3 Lp4…Lp10
So I want to print this serial numbers dynamically when posting the sales order
pls help me how to do this task.
Thanks,
Balu
Hi Balu ,
To getting itemId Dynamically for serial Number Use the display method which i have written below…
display int serialNo()
{
int ts, slno;
if (ts < 100)
{
slno = 99;
ts = slno + 1;
}
else
{
ts = ts + 1;
}
return ts;
}
Regards
SAADULLAH
hi,
Serial no is not printed in Sales packing slip. i set up the serial no but it is not printed.
AR>> setup>> Froms>> From setup>>Packing slip>> Serial No
I tick the check box but the serial no is not printed in sales packing slip report
pls suggest me how to get serial no in sales packing slip report?
Thanks,
Balu
Can you restore the original report and then try printing it?
Hi Balu
assign the DataMethod as SerialNo for the particular Control (ItemId)…
Regards
SAADULLAH
Hi SAADULLAH
I wrote ur display method and assign this mehod to Invent SerialId control. still it is not working
Thanks,
Balu
You need to develop nothing to get this to appear on the packing slip, the form setup will produce them in teh standard report, assuming the item is serialised of course and you have not modified the report and broken the standard functionality. I have not tested this in AX2012 but you have not said the version you are working on.
Hi AdamRoue,
I Customize the standard Sales Packing slip report in AX 2009. It returns only color,size,config but it does not return serial Id.
so I set the Serial Id in setup(AR). But it 's not working.
Thanks,
Balu
Hi,
I am checking another System It’s also not working.
when I uncheck the color, config, size. It’s working perfect. It’s not shown in reports.
but SerialId is not working
can you pls help me another way to show the serialId in Report
Thanks,
Balu