LookupNewWONum
Structure
LookupNewWONum
Parameters
none
Return value
Integer
Description
IndySoft uniquely identifies work orders in the database through work order numbers. If you ever need to create a work order manually through custom script code, this function will give you the next work order number in line. These work order 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