ProjYearEndProcess::validateProjBudgetYear Method [AX 2012]

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

client server public static boolean validateProjBudgetYear(FiscalYearName _fiscalYearName)

Run On

Called

Parameters

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

Return Value

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