NumberSeqScope Class [AX 2012]
The NumberSeqScope class is used to define the valid scope for an instance of a number sequence.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| containsParameterType | Determines whether the NumberSeqScope class contains a parameter of the specified NumberSeqParameterType enumeration type. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getDefaultFormatSegments | Gets a container that has the format segment information for this NumberSeqScope object and the specified scope and number. |
| getId | Retrieves the ID of the scope. |
| getParameters | Retrieves the parameters that define the scope. |
| getParameterValue | Retrieves the value of the parameter of the specified NumberSeqParameterType class from this NumberSeqScope object. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isDatatypeValidForCountryRegion | Determines if the given NumberSequenceDatatype object is valid for this NumberSeqScope object based on its country region code. |
| new | Initializes a new scope object. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| scopeType | Gets the type of the scope. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::computeScopeTypeValue | Computes a bitmap that has individual bit positions corresponding to parameter types with the same value. |
| ::construct | Initializes a new scope object. |
| ::find | Looks up and initializes a scope object from the database. |
| ::getFormatSegmentShortName | Gets the short name for the specified format segment. |
| ::getParameterTypesForScopeType | Gets a List of NumberSeqParameterType enumeration values that correspond to the specified scope type. |
| ::getScopeTypeLabel | Gets a label that is appropriate for the specified scope type. |
| ::getValidScopeTypes | Gets a list of the valid scope type values. |
| ::lookupDataArea | Performs a lookup on the DataArea table. |
| ::lookupFiscalCalendarPeriod | Performs a lookup on the FiscalCalendarPeriod table. |
| ::lookupFiscalCalendarYear | Performs a lookup on the FiscalCalendarYear table. |
| ::lookupLegalEntity | Performs a lookup on the CompanyInfo table. |
| ::scopeTypeDataArea | Retrieves the scope type value for a scope that contains the DataArea parameter type. |
| ::scopeTypeDataAreaFiscalCalendarPeriod | Retrieves the scope type value for a scope that contains the DataArea and FiscalCalendarPeriod parameter types. |
| ::scopeTypeFiscalCalendarPeriod | Retrieves the scope type value for a scope that contains the FiscalCalendarPeriod parameter type. |
| ::scopeTypeGlobal | Retrieves the scope type value for the global scope. |
| ::scopeTypeLegalEntity | Retrieves the scope type value for a scope that contains the LegalEntity parameter type. |
| ::scopeTypeLegalEntityFiscalCalendarPeriod | Retrieves the scope type value for a scope that contains the LegalEntity and FiscalCalendarPeriod parameter types. |
| ::scopeTypeOperatingUnit | Retrieves the scope type value for a scope that contains the OperatingUnit parameter type. |
| ::scopeTypeOperatingUnitType | Retrieves the scope type value for a scope that contains the operating unit type parameter type. |
Community Additions
ADD
Show: