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 |
| Required | The name of the connection, as specified in the Connection Manager |
| Required | Project ID. Use EXPANDPROJECTRANGE to list available values. |
| 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.
