ProjYearEndProcess::validateFiscalPeriod Method [AX 2012]

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

client server public static boolean validateFiscalPeriod(PeriodName _periodName, FiscalYearName _fiscalYearName)

Run On

Called

Parameters

_periodName
Type: PeriodName Extended Data Type
The fiscal period name to validate.
_fiscalYearName
Type: FiscalYearName Extended Data Type
The fiscal year name to which the period belongs.

Return Value

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