Share via


NumberSeqScope::scopeTypeLegalEntityFiscalCalendarPeriod Method [AX 2012]

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

Syntax

client server public static int scopeTypeLegalEntityFiscalCalendarPeriod()

Run On

Called

Return Value

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

Remarks

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

See Also

Reference

NumberSeqScope Class