RateForFlow

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

  • Calculation

  • Translation

  • Consolidation

  • Allocation

Syntax

HS.AppSettings.RateForFlow

Return Value

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

Example

In this example, if the default translation rate account for FLOW accounts is Rate2, then statements between the If and End If statements are executed:

If HS.AppSettings.RateForFlow = "Rate2" Then
  ...
End If