Sales transactions with and without taxes
Hi,
I built a map to import sales transactions and it uses 3 files : header, distribution and taxes. The only problem that I have concern transactions without taxes. The operational software that produce the output files (header, distribution and taxes) doesn’t create a line at 0$ with an EXEMPT code in the tax file for invoices without tax. There is no line at all in the tax file for invoices without tax. So when I run the map I have the following error message : Procedure or function ‘taRMTransactionTaxInsert’ expects parameter ‘@I_vTAXAMNT’. Is there a way to assign a default value of 0$ for the tax amount when there is no tax record in the tax file for an invoice ?