GetGlobalSerNo(key);
key
A string uniquely identifying a serial number key, representing for example a document type.
num
-1 invoices 1234 1000 2000First column (invoices) – the keySecond column (1234) – current valueThird column (1000) – minimum valueFourth column (2000) – maximum value$ser = getglobalserno(“invoices”);$ser is set to 1234 and the table entry contains:invoices 1235 1000 2000
OpenText StreamServe 5.6 | Updated: 2013-03-01 |