Returns true if the passed in account number is valid
o.isvalidaccount( tcAccount)
Return Value
True or False
Parameters
tcAccount
The account number to validate
Remarks
This function is handy for determiniing if an account number is valid (in use).
Example
o.IsValidAccount("13455523")
The above would return true if the account number "13455523" existed in the customer table
See also:
Class rp_customers