I am working on a box label when I noticed something odd and can’t seem to figure it out. Within our database our shipment packages might have many lines.
However, when I go to pull that field =eSOPackageDetail.LineNbr] on the Box Label I only get 1 line showing everytime. However, you can see the details below pull different information, specifically the weight. I am joining two tables SOShipment and SOPackageDetail. For whatever reason I can get the weight to pull correctly, and even the BoxID if I try. But the LineNbr always shows one.