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

Applies to

  • ⚠️ Velixo NX only

  • ERP: Sage Intacct

This function applies to Sage Intacct connections only. For Acumatica/MYOB/CEGID/JAMIS Prime, see PROJECTSTARTDATE


Description

The SI.PROJECTSTARTDATE function returns the starting date for the specified project (in culture-neutral date format).

Syntax

SI.PROJECTSTARTDATE(Connection, Project)

The SI. PROJECTSTARTDATE function uses the following parameters:

Parameter

Required/Optional

Description

Connection

Required

The name of the connection as configured in the Connection Manager

Project

Required

The ID for the project for which the start date is to be retrieved.

Examples

Example #1

=SI.PROJECTSTARTDATE("Sage", "10019")

Description

Returns the starting date for project 10019.

Results

Example #2

=SI.PROJECTSTARTDATE("Sage", C1#)

Description

Returns the starting date for the project IDs listed by the array function in cell C1.

Results

Example #3

=SI.PROJECTSTARTDATE("Sage", C1:C20)

Description

Returns the starting date for the project IDs listed in cells C1 through C20.

Results

Did this answer your question?