Skip to main content
Skip table of contents

ACU.EXPANDLEDGERRANGE

Overview

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

image-20251110-115904.png

Syntax

CODE
=ACU.EXPANDLEDGERRANGE(
    ConnectionName, 
    Ledger
)

Arguments

Argument

Required/Optional

Description

ConnectionName

Required

The name of the connection, as specified in the Connection Manager

Ledger

Optional

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

If not specified, returns all objects.

Examples

Return all objects

CODE
=ACU.EXPANDLEDGERRANGE(
    "Acumatica"
)

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

Result:

image-20251110-120253.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.