Click or drag to resize
PortalNextDocumentNumber Method
Whenever a value is returned for this property, the document number stored in the KD Module Setup table is incremented. Optimistic concurrency is used to insure that each document number returned is unique.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public string NextDocumentNumber(
	string module
)

Parameters

module
Type: SystemString
Transaction Source Module

Return Value

Type: String
Your next sequential document number.
Exceptions
ExceptionCondition
RecordContentionException Thrown when the update fails after the maximum number of allowed attempts.
See Also