cancel
Showing results for 
Search instead for 
Did you mean: 

Exchange rate difference sdk

Former Member
0 Kudos

I need to know to do exchange rate difference in B1 Hana using SDK.

I didn t find any article regarding this module.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

how to create an exchange rate difference screen in an automated way without user intervention?

pedro_magueija
Active Contributor
0 Kudos

Hi Assaf,

The process is the same using the SDK.


Description

Sets the exchange rate for a specified date and currency in the company database.

See Currency sample.

Syntax

Visual Basic

Public Sub SetCurrencyRate( _

  ByVal Currency As String, _

  ByVal Date As Date, _

  ByVal Value As Double, _

  Optional ByVal Update As Boolean = False _

)

There is also a sample in the Samples directory of the SDK and more information on the SDK Help Center.


Best regards,

Pedro Magueija


View Pedro Magueija's profile on LinkedIn

Former Member
0 Kudos

Hi Pedro,

I need to know how to create an exchange rate difference screen