📚 SAP Business One SDK Help

GetLocalCurrency Method
See Also 

Description

Returns the local currency defined in the company database.

See Currency sample.

Syntax

Visual Basic
Public Function GetLocalCurrency() As Recordset

Return Type

A Recordset object containing one field named LocalCurrency that holds the local currency code.

Exceptions

-2000 The connection with database has been disconnected.

Example

See Also