I have an issue using the Importer on orders. I have an import files that imports with out errors. I have verified that it matches the file spec for the import file. The problem is that I have the boolean for taxable set to false but when I import the records into imis it adds tax to the order. The products are set to be taxable in imis. The name records in imis also have a default tax authority. The importer should override this autocalculation of tax based on the value I specify in the import file. I have tried changing the boolean value to False, false, f and 0. But none of them made any difference. Can you please let me know if this is a bug of if some other value is required?
Dave
Default tax authority
This behaviour is by design.
If the imported data doesn't indicate a tax authority, the import procedures will select TAX_AUTHOR_DEFAULT from Name_Fin where ID = the incoming Orders.BT_ID.
As you have indicated, your Name_Fin records have a default set so this default is used.