GBTExportDataToXML_CN::validatePeriodName Method [AX 2012]

Checks if the fiscal calendar period user chooses is valid.

client server public static boolean validatePeriodName(PeriodName _fiscalPeriodName, FiscalYearName _fiscalYearname)

Run On

Called

Parameters

_fiscalPeriodName
Type: PeriodName Extended Data Type
The fiscal period name of current dialog field.
_fiscalYearname
Type: FiscalYearName Extended Data Type
The fiscal year name of current dialog field.

Return Value

Type: boolean
true when user inputs for fiscal calendar period is valid, else, false.
Show: