ValidationAccount

Gets the validation account for an application. This function can be used in these types of rules:

  • Calculation

  • Translation

  • Consolidation

  • Allocation

Syntax

HS.AppSettings.ValidationAccount

Return Value

A string that specifies the name of the validation account for the application.

Example

If the validation account for the application is MyAccount, then statements between the If...Then and the End If statements are executed.

If HS.AppSettings.ValidationAccount = "MyAccount" Then
  ...
End If