Click or drag to resize
PortalDocTransactionNumber Property
Gets the DocTransactionNumber. This is an integer used by the TaxEngine to uniquely identify a document. For new documents, the next available number, as stored in the TE Module Setup table (DzTe0420), is used.

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

Property Value

Type: Int32
See Also