FINANCIALPERIODENDDATE
Overview
The FINANCIALPERIODENDDATE function returns the Excel date value for the end date of a financial period (as defined in the ERP's master financial calendar).
Syntax
=FINANCIALPERIODENDDATE(Connection, Period, Company)
Arguments
The FINANCIALPERIODENDDATE function uses the following arguments (see our articles on filtering Velixo functions and using arrays or cell ranges as arguments):
Argument | Required/Optional | Description |
| Required | The name of the connection, as specified in the Connection Manager |
| Required | The financial period, in MM-YYYY format. |
| 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
=FINANCIALPERIODENDDATE("Demo", "12-2014")
Description: Returns the end date of 12-2014 financial period.
Result: 42004 (The Excel value for December 31, 2014)