Breadcrumbs

ACU.EXPANDLEDGERRANGE

Overview

The ACU.EXPANDLEDGERRANGE function returns the sorted ledger IDs matching the search criterion, defined within Acumatica.

image-20251110-115904.png

Syntax

=ACU.EXPANDLEDGERRANGE(
    ConnectionName, 
    Ledger
)

Arguments

Argument

Required/Optional

Description

ConnectionName

Optional

Provide one of the following values:

OR

Omit the argument to return results for all compatible connections with default aggregation settings.

Ledger

Optional

A search expression for filtering ledger IDs, uses Velixo filtering techniques.

If not specified, returns all objects.

Examples

Return all objects

=ACU.EXPANDLEDGERRANGE(
    "Acumatica"
)


Description: Returns a list of ledger IDs available for the Acumatica connection.

Result:

image-20251110-120253.png