TaxDeliverySlip_BR::moveFromDeliverySlip Method [AX 2012]
Updates the temporary tax calculation table with the table ID and record ID of the packing slip transaction, and inserts the records into tax transaction main table.
Syntax
server public static void moveFromDeliverySlip(
TmpTaxWorkTrans _tmpTaxWorkTrans,
CustPackingSlipJour _custPackingSlipJour,
SalesLine _salesLine)
Run On
Server
Parameters
- _tmpTaxWorkTrans
Type: TmpTaxWorkTrans Table
A TmpTaxWorkTrans buffer.
- _custPackingSlipJour
Type: CustPackingSlipJour Table
A CustPackingSlipJour buffer.
- _salesLine
Type: SalesLine Table
A SalesLine buffer.