Click or drag to resize
PortalDocGetDefaultJurisdictionID Method
This method will attempt to identify and update each line-item's Jurisdiction ID based on the default tax schedule for that tax location.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public void DocGetDefaultJurisdictionID(
	bool updateBlankIDsOnly
)

Parameters

updateBlankIDsOnly
Type: SystemBoolean
Do not modify existing Jurisdiction ID's
Remarks
The primary purpose for this method is to assist with proper reporting of documents imported from Dynamics with some items flagged as nontaxable or otherwise missing tax details.
See Also