NumberSeqDatatype Class [AX 2012]
This class is used to configure the number sequence static information for data types that will be associated with the number sequences.
| Method | Description | |
|---|---|---|
| addParameterType | Adds a new parameter type for the data type. |
| appendParameterType | Appends a new parameter type to the set of available parameter types. |
| availableParameterTypes | Creates a list of all the parameter types that are defined for the data type. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| compareParameters | Compares two sets of parameters and determines whether the parameter sets differ and whether the set of enabled parameters differ. |
| create | Stores the contents of the NumberSeqDatatype data type in the database in relational form. |
| enabledParameterTypes | Creates a list of all the parameter types that are enabled for the data type. |
| enableParameterType | Enables or disables a parameter type that has already been added to the available parameter types for the data type. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| find | Loads the data type definition information from the related database tables. |
| getParameterType | Retrieves a parameter type at the specified position in the set of available parameter types. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the NumberSeqDatatype class. |
| 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.) |
| parameterTypeElements | Retrieves the number of parameter types in the set of available parameter types. |
| parmConfigurationKeyId | Gets and sets the configurationKeyId property. |
| parmDatatypeId | Gets and sets the datatypeId property. |
| parmDatatypeSameAsId | Gets and sets the datatypeSameAsId property. |
| parmIsGroupEnabled | Gets and sets the isGroupEnabled property. |
| parmModule | Gets and sets the module property. |
| parmParameterTypes | Gets the ParameterTypes parameter. |
| parmRecId | Retrieves the recId property. |
| parmReferenceHelp | Gets and sets the referenceHelp property. |
| parmReferenceLabel | Gets and sets the referenceLabel property. |
| parmSortField | Gets and sets the sortField property. |
| parmWizardfetchAheadQty | Gets and sets the wizardfetchAheadQty property. |
| parmWizardHighest | Gets and sets the wizardHighest property. |
| parmWizardIsChangeDownAllowed | Gets and sets the wizardIsChangeDownAllowed property. |
| parmWizardIsChangeUpAllowed | Gets or sets the value of the NoYes property. |
| parmWizardIsContinuous | Gets and sets the wizardIsContinuous property. |
| parmWizardIsManual | Gets and sets the wizardIsManual property. |
| parmWizardLowest | Gets and sets the wizardLowest property. |
| reset | Reinitializes the class. |
| resetParameterTypes | Clears the set of available parameters types. |
| retrieveParameterTypes | Retrieves the parameter types from the database that are defined for the data type, if the parameter types have not yet been retrieved. |
| scopeType | Retrieves the value of the scopeType property. |
| setParameterType | Stores a parameter type at the specified position in the set of available parameter types. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| table | Retrieves the embedded NumberSequenceDatatype table. |
| 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.) |
| ::checkforReferences | Checks whether references are currently associated with the specified data type. |
| ::construct | Initializes a new instance of the NumberSeqDatatype class. |
| ::getCountryRegionIds | Gets a comma separated list of LogisticsAddressCountryRegionId values for the specified data type. |
| ::getModuleLabel | Gets the NumberSequenceRefModule field, which is the display name, of the specified NumberSeqModule record. |
| ::getNameMapForModule | Gets a Map that contains the display name and ExtendedTypeId of each data type that is associated with the specified NumberSeqModule. |
| ::getNameMapOfModules | Gets a Map that contains the display name and value of each NumberSeqModule. |
| ::getNameMapOfModulesOnClient | Gets a Map containing the display name and value of each NumberSeqModule. |
| ::getNameMapOfModulesPack |
Community Additions
ADD
Show: