Table of Contents

Build 81

This DynamicZip build is compatible with Microsoft Dynamics GP 2018 and the KampData TaxEngine v.4.

Compile date: November 15, 2018

Features

Bug Fixes


Build 81.1

Compile date: February 26, 2019

Modifications


Build 81.2

Compile date: May 28, 2019

Modifications


Build 81.3

Compile date: August 5, 2019

Modifications

Bogus tax detail supplement records

We discovered that some user installs still had records in the DZ Tax Detail Supplement table with exempt tax detail ID's and these unexpected records had their import status set in such a way that was preventing the rate and boundary import from fully and properly updating the related tax schedules. The following query should return zero records:

select * from DZ00400 where TAXDTLID like '%X'

If any records are returned, they can be removed with the following query:

delete from DZ00400 where TAXDTLID like '%X'

We have fixed this problem by including a step in the import that automatically removes these bogus records. The above workaround is only required if you encounter this problem but are unable to upgrade to the latest build.

Geocode not found

When an address has a zip code but no city and/or state, the DynamicZip tax schedule selection process's selection message was “Geocode not found”. While it is true that no geocode was found, the schedule selection process could have continued and returned the default tax schedule for that zip. This update fixes this problem.

Tax Schedule not found

The Thomson Reuters ONESOURCE Complete+ Database contains lines that have a city tax but that tax is for a city not found in the line's zip and therefore that tax schedule doesn't get selected. Please see USPS city name not the incorporated city name for more information. These relatively rare situations are now handled by importing the foreign city tax rate as a district tax rate which prevents the resulting schedule from being rejected due to the city name conflict.

Result

This fix creates a county local district tax for the foreign city tax rate. The resulting tax schedule includes this county local instead of the foreign city tax detail. This results in the correct tax being charged. It also results in the correct USPS preferred city name being used for the zip. The downside is that more than one tax detail now exists for the same city tax. However, if DynamicZip reports include the location code in their sort options, the reports can combine them back into a single total.

Build 81.4

Compile date: 2/22/2022

Modifications

Country Code

The SQL optimized import was failing to update the Country Code column in the DZ Zip Address Table to the value entered as the Country Code Default in the DynamicZip Setup window when that option is selected. This has been fixed. The workaround was to run the rate and boundary import with SQL Optimize not selected.

Bug fixes

LOCAL.txt file current rate identification bug

Bug fixes

LOCAL.txt file current rate identification bug

Build 81.5

Compile date: September 4, 2023

Bug fixes

Exempt tax details not being created or updated