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.APIAssembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntaxpublic bool LineAllowAnyTaxScheduleID { get; set; }
Public Property LineAllowAnyTaxScheduleID As Boolean
Get
Set
public:
property bool LineAllowAnyTaxScheduleID {
bool get ();
void set (bool value);
}
member LineAllowAnyTaxScheduleID : bool with get, set
Property Value
Type:
Boolean
ExceptionsException | Condition |
---|
RecordMissingException |
Thrown if setting to not allow any tax schedule ID and the current tax
schedule ID does not exist. |
See Also