RateForBalance

Gets the default translation rate account to use for BALANCE accounts (ASSET and LIABILITY accounts). This function can be used in these types of rules:

  • Calculation

  • Translation

  • Consolidation

  • Allocation

Syntax

HS.AppSettings.RateForBalance

Return Value

A string that specifies the rate account containing the default translation rate to use for BALANCE accounts.

Example

In this example, if the default translation rate account for BALANCE accounts is Rate1, then statements between the If...Then and End If statements are executed:

If HS.AppSettings.RateForBalance = "Rate1" Then
  ...
End If