ReleaseUpdateDB60_Administration Class [AX 2012]

Adds the field mapping for the CompanyInfo table.

Syntax

class ReleaseUpdateDB60_Administration extends ReleaseUpdateDB41_Administration

Run On

Server

Methods

  Method Description
Gg776521.pubmethod(en-us,AX.60).gif addCrossModuleDependency Adds cross module, version dependency for an upgrade script. (Inherited from ReleaseUpdateDB.)
Gg776521.pubmethod(en-us,AX.60).gif addCrossVersionModuleDependency Adds cross module, version dependency for an upgrade script. (Inherited from ReleaseUpdateDB.)
Gg776521.pubmethod(en-us,AX.60).gif addDependency Adds a dependency of a method on another method in the same class. (Inherited from ReleaseUpdateDB.)
Gg776521.protmethod(en-us,AX.60).gif addFinalJob Adds an upgrade script as a final job. (Inherited from ReleaseUpdateDB.)
Gg776521.protmethod(en-us,AX.60).gif addSharedJob Adds an upgrade script as a shared job. (Inherited from ReleaseUpdateDB.)
Gg776521.protmethod(en-us,AX.60).gif addStandardJob Adds an upgrade script as a standard job. (Inherited from ReleaseUpdateDB.)
Gg776521.protmethod(en-us,AX.60).gif addStartJob Adds an upgrade script as a start job. (Inherited from ReleaseUpdateDB.)
Gg776521.pubmethod(en-us,AX.60).gif allowDupBIAnalysisServerServerName Allows duplicates for the new unique ServerName index value of BIAnalysisServer table.
Gg776521.pubmethod(en-us,AX.60).gif allowDupSRSServersIndexConfigurationId Allows duplicates for the new unique ConfigurationId index value.
Gg776521.pubmethod(en-us,AX.60).gif allowNoDupBIAnalysisServerServerName Disallows duplicates for the new unique ServerName index of BIAnalysisServer table.
Gg776521.pubmethod(en-us,AX.60).gif allowNoDupSRSServersIndexConfigurationId Disallows duplicates for the new unique ConfigurationId index.
Gg776521.pubmethod(en-us,AX.60).gif ax4PrintArchiveItemsPageVersion Updates PAGECONTENTS in table PRINTJOBPAGES for all 4.0 pages to resolve Page rendering issue on subsequent versions.
Gg776521.protmethod(en-us,AX.60).gif callInsertUpdateRelatedSkipMethods Calls the skip methods that are relevant when doing inserts or updates. (Inherited from ReleaseUpdateDB.)
Gg776521.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg776521.pubmethod(en-us,AX.60).gif copyGLSExceptionObjects Copies the GLS Cons based columns and tables that must be excluded from mapping.
Gg776521.pubmethod(en-us,AX.60).gif createDynamicRoleAssignmentBatchJob
Gg776521.pubmethod(en-us,AX.60).gif deleteDocuFileTypes (Inherited from ReleaseUpdateDB401_Administration.)
Gg776521.pubmethod(en-us,AX.60).gif deleteDupDocuFileTypes (Inherited from ReleaseUpdateDB41_Administration.)
Gg776521.pubmethod(en-us,AX.60).gif deleteDupSRSModelFieldCache (Inherited from ReleaseUpdateDB401_Administration.)
Gg776521.pubmethod(en-us,AX.60).gif deleteSRSAnalysisEnums Deletes the records in the AnalysisEnums table.
Gg776521.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg776521.pubmethod(en-us,AX.60).gif fromVersion Gets the version of the Microsoft Dynamics AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Gg776521.pubmethod(en-us,AX.60).gif fromVersionEx Gets the version of the AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Gg776521.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg776521.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg776521.pubmethod(en-us,AX.60).gif initAdditionalJobs Contains the initial setup for additional upgrade scripts. (Inherited from ReleaseUpdateDB.)
Gg776521.pubmethod(en-us,AX.60).gif initAdditionalUpdateJobs Contains the initial setup for additional upgrade scripts. (Inherited from ReleaseUpdateDB.)
Gg776521.pubmethod(en-us,AX.60).gif initDynamicTableDependencies Creates table dependencies for scripts whose dependencies cannot set by using upgrade attributes.These dependencies can only be determined at runtime during upgrade. (Overrides the initDynamicTableDependencies Method.)
Gg776521.pubmethod(en-us,AX.60).gif initJobs Builds list upgrade script classes and creates dependencies that are based on their attributes. (Inherited from ReleaseUpdateDB.)
Gg776521.pubmethod(en-us,AX.60).gif initJobsUsingUpgradeAttributes Creates upgrade jobs and sets up their dependencies based on the attributes of every upgrade script method in a class. (Inherited from ReleaseUpdateDB.)
Gg776521.protmethod(en-us,AX.60).gif initOperationProgress Creates a progress form that can be used to show the progress of an upgrade step. (Inherited from ReleaseUpdateDB.)
Gg776521.pubmethod(en-us,AX.60).gif initPostSyncJobs Contains the initial setup for the post synchronization upgrade scripts. (Overrides the initPostSyncJobs Method.)
Gg776521.pubmethod(en-us,AX.60).gif initPostSyncUpdateJobs Contains the initial setup for the PostSyncUpdate upgrade scripts. (Overrides the initPostSyncUpdateJobs Method.)
Gg776521.pubmethod(en-us,AX.60).gif initPreSyncJobs Contains the initial setup for pre synchronization upgrade scripts. (Overrides the initPreSyncJobs Method.)
Gg776521.pubmethod(en-us,AX.60).gif initPreSyncUpdateJobs Contains the initial setup for PreSyncUpdate upgrade scripts. (Overrides the initPreSyncUpdateJobs Method.)
Gg776521.pubmethod(en-us,AX.60).gif isConfKeyEnabledInPrevVersion Determines whether the configuration key was enabled in the earlier version of the application. (Inherited from ReleaseUpdateDB.)
Gg776521.privmethod(en-us,AX.60).gif isLanguageTableInExceptionList
Gg776521.pubmethod(en-us,AX.60).gif loadAllSetupData Populates the database with static, default data by using the setup data framework.
Gg776521.pubmethod(en-us,AX.60).gif moduleName Gets the module name of an upgrade class. (Inherited from ReleaseUpdateDB401_Administration.)
Gg776521.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg776521.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg776521.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg776521.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg776521.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg776521.pubmethod(en-us,AX.60).gif parmCockpit Gets or sets the Cockpit parameter. (Inherited from ReleaseUpdateDB.)
Gg776521.pubmethod(en-us,AX.60).gif parmCurrentBatch Gets or sets the CurrentBatch parameter. (Inherited from ReleaseUpdateDB.)
Gg776521.pubmethod(en-us,AX.60).gif parmScriptStage Gets or sets the ScriptStage parameter. (Inherited from ReleaseUpdateDB.)
Gg776521.pubmethod(en-us,AX.60).gif prefixCurrentClassId Gets or sets the classId parameter. (Inherited from ReleaseUpdateDB.)
Gg776521.pubmethod(en-us,AX.60).gif prefixCurrentVersion Gets or sets the version of the current instance of an upgrade class. (Inherited from ReleaseUpdateDB.)
Gg776521.pubmethod(en-us,AX.60).gif renumberEPParametersKey (Inherited from ReleaseUpdateDB41_Administration.)
Gg776521.pubmethod(en-us,AX.60).gif run Runs the upgrade script. (Inherited from ReleaseUpdateDB.)
Gg776521.pubmethod(en-us,AX.60).gif setImportfromVersion Sets the version of the Microsoft Dynamics AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Gg776521.protmethod(en-us,AX.60).gif setModuleConfigKey Sets the configuration keys of the current module. (Inherited from ReleaseUpdateDB.)
Gg776521.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg776521.pubmethod(en-us,AX.60).gif setupTableDependencyForLanguageId Adds dynamic dependencies for the updateLanguageId method.
Gg776521.pubmethod(en-us,AX.60).gif tableProgress Sets the progress of the upgrade process, depending on the number of tables processed. (Inherited from ReleaseUpdateDB.)
Gg776521.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg776521.pubmethod(en-us,AX.60).gif updateBIAnalysisServer Updates the records in the BIAnalysisServer and BIAnalysisServicesDatabase tables due to a change in the schema.
Gg776521.pubmethod(en-us,AX.60).gif updateDateTimeFields (Inherited from ReleaseUpdateDB41_Administration.)
Gg776521.pubmethod(en-us,AX.60).gif updateEPGlobalParameters (Inherited from ReleaseUpdateDB41_Administration.)
Gg776521.pubmethod(en-us,AX.60).gif updateEPWebSiteParameters Update the EPWebSiteParameters table to include partition dependent information (Overrides the updateEPWebSiteParameters Method.)
Gg776521.pubmethod(en-us,AX.60).gif updateGLSColumnsExceptions Adds tables from GLS Cons to the list of exceptions during an upgrade bulk copy operation
Gg776521.pubmethod(en-us,AX.60).gif updateGLSTableExceptions Adds tables from GLS Cons to the list of exceptions during an upgrade bulk copy operation
Gg776521.pubmethod(en-us,AX.60).gif updateLanguageId Updates the old language IDs from and to the new language IDs that are used in.
Gg776521.pubmethod(en-us,AX.60).gif updateMappingCompanyInfo Adds the dataAreadId field mapping for the CompanyInfo table.
Gg776521.pubmethod(en-us,AX.60).gif updateSRSServers Updates the records in the SSRSServers table with default values for the new AOSId and ConfigurationId fields.
Gg776521.pubmethod(en-us,AX.60).gif updateSysClientSessions Do not copy the current client sessions.
Gg776521.pubmethod(en-us,AX.60).gif updateSysEDTMigration Truncate EDT migration related tables for minor upgrade in pre sync stage
Gg776521.pubmethod(en-us,AX.60).gif updateSysEncryptionKey Do not copy the encryption key.
Gg776521.pubmethod(en-us,AX.60).gif updateSysLastValue Copies the missing rows from the Del_SysLastValue table to the SysLastValue table.
Gg776521.pubmethod(en-us,AX.60).gif updateSysPerimeterNetworkParams (Inherited from ReleaseUpdateDB401_Administration.)
Gg776521.pubmethod(en-us,AX.60).gif updateSysServerSessions Do not copy the current AOS instances.
Gg776521.pubmethod(en-us,AX.60).gif updateSystemSequences Copies the missing rows from the Del_SystemSequences table to the SystemSequences table.
Gg776521.pubmethod(en-us,AX.60).gif updateSysUserInfoPostSync Copies entries in SysUserInfo table from the staging table that are not already in the system.
Gg776521.pubmethod(en-us,AX.60).gif updateSysUserInfoPreSync Copies the SysUserInfo table to a staging table.
Gg776521.pubmethod(en-us,AX.60).gif updateSysUtilElementsLog Truncates the element usage log.
Gg776521.pubmethod(en-us,AX.60).gif updateTableIndexes Synchronize tables after the bulk copy is preformed.
Gg776521.pubmethod(en-us,AX.60).gif updateTableRelation Updates a table relation.
Gg776521.pubmethod(en-us,AX.60).gif updateUserInfo (Inherited from ReleaseUpdateDB41_Administration.)
Gg776521.pubmethod(en-us,AX.60).gif updateUserInfoPostSync
Gg776521.pubmethod(en-us,AX.60).gif updateUserInfoPreSync Copies the UserInfoTable table to a staging table.
Gg776521.pubmethod(en-us,AX.60).gif updatexRefNames Adds the xRefNames table to the list of exceptions during an upgrade bulk copy operation.
Gg776521.pubmethod(en-us,AX.60).gif updatexRefPaths Adds the xRefPaths table to the list of exceptions during an upgrade bulk copy operation.
Gg776521.pubmethod(en-us,AX.60).gif updatexRefReferences Adds the xRefReferences table to the list of exceptions during an upgrade bulk copy operation.
Gg776521.pubmethod(en-us,AX.60).gif updatexRefTableRelation Adds the xRefTableRelation table to the list of exceptions during an upgrade bulk copy operation.
Gg776521.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg776521.pubmethod(en-us,AX.60).gif validatedModuleName Validates that a module name is not too long. (Inherited from ReleaseUpdateDB.)
Gg776521.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg776521.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg776521.pubmethod(en-us,AX.60).gif Gg776521.static(en-us,AX.60).gif ::getFromToLanguagePairs Gets all pairs of languages to migrate from AX4/AX5 to AX2012.

Top

Inheritance Hierarchy

Object Class
  ReleaseUpdateDB Class
    ReleaseUpdateDB401_Administration Class
      ReleaseUpdateDB41_Administration Class
        ReleaseUpdateDB60_Administration Class