SI.PROJECTESTIMATEDESCRIPTION
Harry Lewis avatar
Written by Harry Lewis
Updated over a week ago

Applies to

  • ⚠️ Velixo NX only

  • ERP: Sage Intacct

The SI.PROJECTESTIMATEDESCRIPTION function returns the description corresponding to one or more specified project estimate IDs.

Syntax

SI.PROJECTESTIMATEDESCRIPTION (ConnectionName, EstimateId)

Parameters

The SI. PROJECTESTIMATEDESCIPTION function uses the following parameters:

Parameter

Required/Optional

Description

ConnectionName

Required

The name of the connection as configured in the Connection Manager

EstimateId

Required

The ID number of the project estimate

Examples

Example #1

=SI.PROJECTESTIMATEDESCRIPTION ("Sage", E1)

Description

Returns the description estimate whose ID is displayed in cell E1.

Result

Example #2

=SI.PROJECTESTIMATEDESCRIPTION ("Sage", E1#)

Description

Returns the descriptions of the projects estimates whose ID numbers are displayed by the function in cell E1.

Result

Did this answer your question?