Click or drag to resize
PortalLineAllowAnyTaxScheduleID Property
Gets or Sets whether to allow tax schedule IDs that do not currently exist. This is primarily for importing transactional history because the documents' tax schedule IDs may no longer exist.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public bool LineAllowAnyTaxScheduleID { get; set; }

Property Value

Type: Boolean
Exceptions
ExceptionCondition
RecordMissingException Thrown if setting to not allow any tax schedule ID and the current tax schedule ID does not exist.
See Also