In warehouse management In Ax 2012, All loads form exists and load can be created from purchase orders and you can post packing slip from load form.
If you have any customization during packing slip posting then you can refer below class method to put your code.
\Classes\WHSPostPackingSlip\runPackingSlip
If you want to update anything in vendPackingSlipJour and vendPackingSlipTrans table during packing slip posting. Then you can refer below class.
\Classes\PurchPackingSlipJournalCreate
Happy daxing.
If you have any customization during packing slip posting then you can refer below class method to put your code.
\Classes\WHSPostPackingSlip\runPackingSlip
If you want to update anything in vendPackingSlipJour and vendPackingSlipTrans table during packing slip posting. Then you can refer below class.
\Classes\PurchPackingSlipJournalCreate
Happy daxing.
Comments