LookupNewDocNum
Structure
LookupNewDocNum
Parameters
none
Return value
Integer
Description
IndySoft uniquely identifies documents in the database through document numbers. If you ever need to create a document manually through custom script code, this function will give you the next document number in line. These document numbers are maintained on the database level through stored procedures (MSSQL and Oracle) or triggers (Firebird).
Example
No example provided
See also
No related topics