ProjYearEndProcess::validateFiscalCalendarYear Method [AX 2012]

Validates the fiscal year name that is used in the project budget carry forward process.

client server public static boolean validateFiscalCalendarYear(FiscalYearName _fiscalYearName, [boolean _showErrorMessage])

Run On

Called

Parameters

_fiscalYearName
Type: FiscalYearName Extended Data Type
The fiscal year name to validate.
_showErrorMessage
Type: boolean

Return Value

Type: boolean
true if the specified fiscal year name is valid; otherwise, false.
Show: