Given a Cash Account Code, returns the associated
CCashAccount object, or NULL if the cash account name is not found
Namespace: Asi.iBO.SystemConfigAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| Visual Basic |
|---|
Public Function GetCashAccount ( _
cashAccountCode As String _
) As CCashAccount |
Parameters
- cashAccountCode
- Type: System..::..String
The the key to the cash account to find/validate
Return Value
A
CCashAccount object with details about the account, or null if the cash account is not found/not valid.
See Also