Share via


NumberSeqScope::scopeTypeDataAreaFiscalCalendarPeriod Method [AX 2012]

Retrieves the scope type value for a scope that contains the DataArea and FiscalCalendarPeriod parameter types.

Syntax

client server public static int scopeTypeDataAreaFiscalCalendarPeriod()

Run On

Called

Return Value

Type: int
The scope type value for a scope that contains the DataArea and FiscalCalendarPeriod parameter types.

Remarks

This method is equivalent to calling the NumberSeqDatatype::computeScopeTypeValue method with a list that contains the NumberSeqParameterType::DataArea and NumberSeqParameterType::FiscalCalendarPeriod enumeration values.

See Also

Reference

NumberSeqScope Class