Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Clears all the existing tax adjustments and adds the new tax-adjustments for the specific salesline.
Syntax
protected void addTaxAdjustmentsForSalesLine(
    RetailTransactionSalesTrans _rboSalesTrans, 
    SalesLine _salesline, 
   [boolean _forSales])
Run On
Called
Parameters
- _rboSalesTrans
 Type: RetailTransactionSalesTrans Table
 The current instance of RetailTransactionSalesTrans table.
- _salesline
 Type: SalesLine Table
 The current instance of SalesLine table.
- _forSales
 Type: boolean
 A boolean value that indicates whether the transaction is a sales transaction.
Remarks
This is for consolidated contries only, as for consolidated contries, tax adjustment is maintained in line level, so tax adjustment should be generated in line level accordingly for retail sales order.