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.
Posts the tax difference amount to the TaxTrans record.
Syntax
protected TaxTrans saveTaxExchangeRateDifferenceAmount(
TaxBase _exchangeRateSourceBaseAmountRegulated,
TaxBase _exchangeRateTaxBaseAmount,
TaxAmount _exchangeRateSourceRegulateAmount,
TaxAmount _exchangeRateTaxAmount,
TaxTrans _taxTrans)
Run On
Server
Parameters
- _exchangeRateSourceBaseAmountRegulated
Type: TaxBase Extended Data Type
The adjusted tax base amount for sales tax exchange rate.
- _exchangeRateTaxBaseAmount
Type: TaxBase Extended Data Type
The tax base amount for sales tax exchange rate.
- _exchangeRateSourceRegulateAmount
Type: TaxAmount Extended Data Type
The adjusted tax amount for sales tax exchange rate.
- _exchangeRateTaxAmount
Type: TaxAmount Extended Data Type
The tax amount for sales tax exchange rate.
- _taxTrans
Type: TaxTrans Table
The original TaxTrans record.
Return Value
Type: TaxTrans Table
The exchange rate difference TaxTrans record.