Click or drag to resize
PortalDocument Method (Int32)
This method will load an existing document identified by the transaction number provided. This method cannot be used to create new documents.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public void Document(
	int transactionNumber
)

Parameters

transactionNumber
Type: SystemInt32
The integer used by the TaxEngine to uniquely identify a document.
Exceptions
ExceptionCondition
RecordMissingException Thrown if this transaction number does not exist in the Transaction Document table.
RegistrationException Thrown if this method is called when the TaxEngine is not registered.
ReservedRecordException Thrown if the document with this transaction number is locked in create mode. (KdTmprryRcrd != 0)
See Also