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

=ACU.EXPANDPROJECTTASKRANGE(
    ConnectionName, 
    Project,
    Task
)

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.

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

=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