📚 SAP Business One SDK Help

GetSystemCurrency Method
See Also 

Description

Returns the system currency defined in the company database.

See Currency sample.

Syntax

Visual Basic
Public Function GetSystemCurrency() As Recordset

Return Type

A Recordset object that contains one field: SystemCurrency that holds the system currency code.

Exceptions

-2000 The connection with database has been disconnected.

Example

See Also