Share via


LedgerDimensionAccountController.validateMainAccountType Method [AX 2012]

Validates the provided main account type.

Syntax

protected boolean validateMainAccountType(DimensionLedgerAccountType _mainAccountType, str _value)

Run On

Called

Parameters

  • _value
    Type: str
    The display value of the main account.

Return Value

Type: boolean
true when the main account type is not Total or Reporting; otherwise, false.

See Also

Reference

LedgerDimensionAccountController Class