CustPickingListJour link to SalesLine

HI,

How can I pick the salesline num starting from custpickingslipjour.

the picking slip jour and sales link table is only good for salesId and not SalesLineNum.

Thanks,

-abid

CustPackingSlipJour is the header table for a packing slip posted and CustPackingSlipTrans will have the number lines posted against it. If you want to find the sales Line Number for the transactions that are posted to CustPackingSlipTrans, the salesline and CustPackingSlipTrans will have InventTransId as the common field, so by using the findInventTransId method of salesLine you can find the linenumber of specific line that is posted in a packing slip.

Thanks,

Worked perfect

thanks,

-abid