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

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

Parameters

updateBlankIDsOnly
Type: SystemBoolean
Update the Jurisdiction ID only if it's currently blank.
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 which are the normal source of the Jurisdiction ID.
See Also