SalesSalesPackingSlip Inbound service

Hi all,

I am importing sales packing slips (Shipments) using standard service i.e. SalesSalesPackingSlipService.

Here i have to pass InventTransId manually i.e. from csv files, but i want to update this InventTransId from Sales Line Table.

Please suggest me what should i do

Please Help me, it’s urgent.

Thanks,

Darshana

You’ll have to change how the service works. InventTransId is the primary key of the SalesLine table and the service uses it to find SalesLine records. If you won’t provide InventTransId, you’ll have to find lines somehow else.

The change needs to be done in AxdSalesPackingSlip.prepareForSave().