Skip to main content
Skip table of contents

ACU.EXPANDPROJECTTASKRANGE

Overview

The ACU.EXPANDPROJECTTASKRANGE function returns the sorted project task IDs matching the search criterion, defined within Acumatica.

Results can be used with functions like PROJECTBUDGETAMOUNT, WRITEBACKPROJECTCOSTPROJECTION, or others.

Syntax

CODE
=ACU.EXPANDPROJECTTASKRANGE(
    ConnectionName, 
    Project,
    Task
)

Arguments

Argument

Required/Optional

Description

ConnectionName

Required

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

Project

Required

Project ID. Use EXPANDPROJECTRANGE to list available values.

Task

Optional

A search expression for project task IDs, uses Velixo filtering techniques.

If not specified, returns all tasks.

Examples

Return all objects

CODE
=ACU.EXPANDPROJECTTASKRANGE(
    "Acumatica",
    "REVREC01"
) 

Description: Returns a list of project task IDs available in the REVREC01 project for the Acumatica connection.

image-20251110-121323.png

JavaScript errors detected

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

If this problem persists, please contact our support.