Breadcrumbs

FINANCIALPERIODSTARTDATE

Overview

The FINANCIALPERIODSTARTDATE function returns the Excel date value for the start date of a financial period (as defined in the ERP's master financial calendar).

Syntax

=FINANCIALPERIODSTARTDATE(
    ConnectionName, 
    Period, 
    Company
)

Arguments

The FINANCIALPERIODSTARTDATE function uses the following arguments (see our articles on filtering Velixo functions and using arrays or cell ranges as 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.

Period

Required

The financial period, in MM-YYYY format.

Company

Optional

The ID of the company whose financial calendar is to be used for determining the results. This argument is used when the Multiple Calendar Support feature is enabled within Acumatica. The company financial calendar of the specified company will be used. If left blank, the Master Financial Calendar will be used.

Example

=FINANCIALPERIODSTARTDATE(
    "Demo", 
    "12-2014"
)


Description: Returns the start date of the 12-2014 financial period.

Result: 41974 (The Excel value for December 1, 2014)