MainAccount::buildAccountTypeLookupString Method

Creates a comma-delimited string of the DimensionLedgerAccountType enumeration values to use as a query range value.

Syntax

client private static str buildAccountTypeLookupString(Set _accountTypeSet)

Run On

Client

Parameters

  • _accountTypeSet
    Type: Set Class
    A set of the DimensionLedgerAccountType enumeration values.

Return Value

Type: str
A comma-delimited string of the DimensionLedgerAccountType enumeration values to use as a query range value.

Exceptions

Exception Condition
Error

If the specified set is not composed of enumeration values, an exception will be thrown.

Remarks

If the specified set is null, an empty string will be returned.

See Also

Reference

MainAccount Table