Display packing slip qty

Hi All,

I have to display the packing slip quantity in a form.I.e, if I have 10 qty in purchLine, which has 3 packing slips,one for 2 qty,one packing slip for 5 and another packing slip for 3 qty, i need to display this in my form as 3 lines.Kindly advise.This form is already created and has data sources PurchLine(parent),PurchTable,InventDim and a view which joins the data sources PurchLine,InventTrans and VendPackingSlipTrans

Thanks,

Gaya3

Hi,

Doesn’t the view gives you all the packing slip of a purchase order line ? InventTransId is joining field for purchLine and VendPackingSlipTrans.

Regards,

Raghav.

Hi,

Use packingsliptrans… using inventtransid relation from purchline table…

You will get the packing slip qty…