Click or drag to resize
PortalDocSave Method (Boolean, Boolean)
Allows you to save the document to the TaxEngine's SQL Tables without meeting requirements. Allows you to save without clearing.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public void DocSave(
	bool ignoreRequirements,
	bool clearAfterSave
)

Parameters

ignoreRequirements
Type: SystemBoolean
Save even if all required fields do not have values.
clearAfterSave
Type: SystemBoolean
If true, after saving the document, DocClear() will be called.
Exceptions
ExceptionCondition
RequirementException Thrown if not all requred fields have been entered.
See Also