Share via


ReleaseUpdateDB41_Basic Class [AX 2012]

Upgrades earlier versions of tables to the 41 release.

Syntax

class ReleaseUpdateDB41_Basic extends ReleaseUpdateDB

Run On

Server

Methods

  Method Description
Gg786921.pubmethod(en-us,AX.60).gif addCrossModuleDependency Adds cross module, version dependency for an upgrade script. (Inherited from ReleaseUpdateDB.)
Gg786921.pubmethod(en-us,AX.60).gif addCrossVersionModuleDependency Adds cross module, version dependency for an upgrade script. (Inherited from ReleaseUpdateDB.)
Gg786921.pubmethod(en-us,AX.60).gif addDependency Adds a dependency of a method on another method in the same class. (Inherited from ReleaseUpdateDB.)
Gg786921.protmethod(en-us,AX.60).gif addFinalJob Adds an upgrade script as a final job. (Inherited from ReleaseUpdateDB.)
Gg786921.protmethod(en-us,AX.60).gif addSharedJob Adds an upgrade script as a shared job. (Inherited from ReleaseUpdateDB.)
Gg786921.protmethod(en-us,AX.60).gif addStandardJob Adds an upgrade script as a standard job. (Inherited from ReleaseUpdateDB.)
Gg786921.protmethod(en-us,AX.60).gif addStartJob Adds an upgrade script as a start job. (Inherited from ReleaseUpdateDB.)
Gg786921.privmethod(en-us,AX.60).gif allowAifUpgradeAction
Gg786921.pubmethod(en-us,AX.60).gif allowDupCustTablePartyIdx
Gg786921.pubmethod(en-us,AX.60).gif allowDupPersonTitleTableTitleFromIdx
Gg786921.pubmethod(en-us,AX.60).gif allowDupVendTablePartyIdx
Gg786921.pubmethod(en-us,AX.60).gif allowNoDupCustTablePartyIdx
Gg786921.pubmethod(en-us,AX.60).gif allowNoDupVendTablePartyIdx
Gg786921.protmethod(en-us,AX.60).gif callInsertUpdateRelatedSkipMethods Calls the skip methods that are relevant when doing inserts or updates. (Inherited from ReleaseUpdateDB.)
Gg786921.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg786921.pubmethod(en-us,AX.60).gif createFnFmtNumberSequence Creates the format number sequence function, which speeds up updates of the format that is stored in the NumberSequenceTable and NumberSequenceList tables.
Gg786921.protmethod(en-us,AX.60).gif createFnFmtNumberSequence_Ora Creates the Oracle version of the format number sequence function, which speeds updates of the format that is stored in the NumberSequenceTable and NumberSequenceList tables.
Gg786921.protmethod(en-us,AX.60).gif createFnFmtNumberSequence_TSQL Creates the SQL Server version of the format number sequence function, which speeds up updates of the format that is stored in the NumberSequenceTable and NumberSequenceList tables.
Gg786921.pubmethod(en-us,AX.60).gif createPrintMgmtDefaultData
Gg786921.pubmethod(en-us,AX.60).gif deleteAifOutboundProcessingQueue
Gg786921.pubmethod(en-us,AX.60).gif deleteDupPersonTitleTableTitleFromIdx
Gg786921.pubmethod(en-us,AX.60).gif deletePrePopulatedData Deletes the pre-populated data in the Global Address Book (GAB) table.
Gg786921.pubmethod(en-us,AX.60).gif dropFnFmtNumberSequence
Gg786921.protmethod(en-us,AX.60).gif dropFnFmtNumberSequence_Ora Deletes the Oracle version of the format number sequence function to speed updates of the format that is stored in the NumberSequenceTable and NumberSequenceList tables.
Gg786921.protmethod(en-us,AX.60).gif dropFnFmtNumberSequence_TSQL Deletes the SQL Server version of the format number sequence function to speed updates of the format that is stored in the NumberSequenceTable and NumberSequenceList tables.
Gg786921.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg786921.pubmethod(en-us,AX.60).gif fromVersion Gets the version of the Microsoft Dynamics AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Gg786921.pubmethod(en-us,AX.60).gif fromVersionEx Gets the version of the AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Gg786921.privmethod(en-us,AX.60).gif getAifNewActionMethodName
Gg786921.privmethod(en-us,AX.60).gif getAifServiceMap
Gg786921.privmethod(en-us,AX.60).gif getAifServiceOperationMap
Gg786921.privmethod(en-us,AX.60).gif getMatchingPurchPrintCopies
Gg786921.privmethod(en-us,AX.60).gif getMatchingSalesPrintCopies
Gg786921.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg786921.pubmethod(en-us,AX.60).gif getValidFromDateTime
Gg786921.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg786921.pubmethod(en-us,AX.60).gif initAdditionalJobs Contains initial setup for additional upgrade scripts. (Overrides the initAdditionalJobs Method.)
Gg786921.pubmethod(en-us,AX.60).gif initAdditionalUpdateJobs Contains the initial setup for additional upgrade scripts. (Inherited from ReleaseUpdateDB.)
Gg786921.pubmethod(en-us,AX.60).gif initDynamicTableDependencies Creates table dependencies for scripts whose dependencies cannot be set by using upgrade attributes. (Inherited from ReleaseUpdateDB.)
Gg786921.pubmethod(en-us,AX.60).gif initJobs Builds list upgrade script classes and creates dependencies that are based on their attributes. (Inherited from ReleaseUpdateDB.)
Gg786921.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.)
Gg786921.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.)
Gg786921.pubmethod(en-us,AX.60).gif initPostSyncJobs Contains initial setup for PostSync upgrade scripts. (Overrides the initPostSyncJobs Method.)
Gg786921.pubmethod(en-us,AX.60).gif initPostSyncUpdateJobs Contains the initial setup for the PostSyncUpdate upgrade scripts. (Inherited from ReleaseUpdateDB.)
Gg786921.pubmethod(en-us,AX.60).gif initPreSyncJobs Contains initial setup for PreSync upgrade scripts. (Overrides the initPreSyncJobs Method.)
Gg786921.pubmethod(en-us,AX.60).gif initPreSyncUpdateJobs Contains the initial setup for PreSyncUpdate upgrade scripts. (Inherited from ReleaseUpdateDB.)
Gg786921.pubmethod(en-us,AX.60).gif isConfKeyEnabledInPrevVersion Determines whether the configuration key was enabled in the earlier version of the application. (Inherited from ReleaseUpdateDB.)
Gg786921.pubmethod(en-us,AX.60).gif moduleName Gets the module name of an upgrade class. (Overrides the moduleName Method.)
Gg786921.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg786921.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.)
Gg786921.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.)
Gg786921.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg786921.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg786921.pubmethod(en-us,AX.60).gif parmCockpit Gets or sets the Cockpit parameter. (Inherited from ReleaseUpdateDB.)
Gg786921.pubmethod(en-us,AX.60).gif parmCurrentBatch Gets or sets the CurrentBatch parameter. (Inherited from ReleaseUpdateDB.)
Gg786921.pubmethod(en-us,AX.60).gif parmScriptStage Gets or sets the ScriptStage parameter. (Inherited from ReleaseUpdateDB.)
Gg786921.pubmethod(en-us,AX.60).gif prefixCurrentClassId Gets or sets the classId parameter. (Inherited from ReleaseUpdateDB.)
Gg786921.pubmethod(en-us,AX.60).gif prefixCurrentVersion Gets or sets the version of the current instance of an upgrade class. (Inherited from ReleaseUpdateDB.)
Gg786921.pubmethod(en-us,AX.60).gif run Runs the upgrade script. (Inherited from ReleaseUpdateDB.)
Gg786921.pubmethod(en-us,AX.60).gif setImportfromVersion Sets the version of the Microsoft Dynamics AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Gg786921.protmethod(en-us,AX.60).gif setModuleConfigKey Sets the configuration keys of the current module. (Inherited from ReleaseUpdateDB.)
Gg786921.protmethod(en-us,AX.60).gif setSkipMethods Calls the skip methods that are relevant when doing inserts or updates.
Gg786921.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg786921.pubmethod(en-us,AX.60).gif tableProgress Sets the progress of the upgrade process, depending on the number of tables processed. (Inherited from ReleaseUpdateDB.)
Gg786921.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg786921.pubmethod(en-us,AX.60).gif updateActivityNumberSeqRef Constructs a NumberSequenceTable record for each extended data type by first creating a default scope.
Gg786921.pubmethod(en-us,AX.60).gif updateAddressRemitTo Converts third-party data from an acquired product, which lets users create multiple remit-to address for customers and vendors.
Gg786921.pubmethod(en-us,AX.60).gif updateAddressType_RU
Gg786921.privmethod(en-us,AX.60).gif updateAifAction
Gg786921.pubmethod(en-us,AX.60).gif updateAifDataPolicy
Gg786921.pubmethod(en-us,AX.60).gif updateAifDataPolicyXPath
Gg786921.privmethod(en-us,AX.60).gif updateAifDateTime Registers AIF related date and time fields for upgrade.
Gg786921.pubmethod(en-us,AX.60).gif updateAifDocumentField
Gg786921.pubmethod(en-us,AX.60).gif updateAifDocumentSchema
Gg786921.pubmethod(en-us,AX.60).gif updateAifEndpoint
Gg786921.pubmethod(en-us,AX.60).gif updateAifEndpointActionParameterSchema
Gg786921.pubmethod(en-us,AX.60).gif updateAifEndpointActionPolicy
Gg786921.pubmethod(en-us,AX.60).gif updateAifEndpointActionValueMap
Gg786921.pubmethod(en-us,AX.60).gif updateAifGlobalSettings
Gg786921.pubmethod(en-us,AX.60).gif updateAifPipeline
Gg786921.pubmethod(en-us,AX.60).gif updateAifQueue
Gg786921.pubmethod(en-us,AX.60).gif updateAifResponse
Gg786921.pubmethod(en-us,AX.60).gif updateAifService
Gg786921.pubmethod(en-us,AX.60).gif updateAifValueSubstitutionCompConfig
Gg786921.privmethod(en-us,AX.60).gif updateAifWebsites
Gg786921.pubmethod(en-us,AX.60).gif updateAifXmlTransformConfig
Gg786921.pubmethod(en-us,AX.60).gif updateAlerts
Gg786921.pubmethod(en-us,AX.60).gif updateBatch
Gg786921.pubmethod(en-us,AX.60).gif updateBatchDateTime
Gg786921.pubmethod(en-us,AX.60).gif updateBatchGroup
Gg786921.pubmethod(en-us,AX.60).gif updateBatchJournal
Gg786921.pubmethod(en-us,AX.60).gif updateContactPersonRelationships Set the end date of DirPartyRelationship records where ContactPerson.LeftCompany is true.
Gg786921.pubmethod(en-us,AX.60).gif updateDateTimeFields
Gg786921.pubmethod(en-us,AX.60).gif updateDirCommunication
Gg786921.pubmethod(en-us,AX.60).gif updateDirPartyTable
Gg786921.pubmethod(en-us,AX.60).gif updateEmplCommunication
Gg786921.pubmethod(en-us,AX.60).gif updateEmplTable
Gg786921.pubmethod(en-us,AX.60).gif updateGABDateTimeFields Updates the DateTime data type fields in the global address book (GAB) tables.
Gg786921.pubmethod(en-us,AX.60).gif updateMappingBatch Updates the mapping of the Batch and BatchJob tables.
Gg786921.pubmethod(en-us,AX.60).gif updateMappingFields Adds the mapping for the dataAreadId field of the DirPartyTable, DirPartyRelationship, and DirOrganizationDetail tables.
Gg786921.pubmethod(en-us,AX.60).gif updateNumberSequenceDateTimeFields
Gg786921.pubmethod(en-us,AX.60).gif updatePersonTitleTable
Gg786921.pubmethod(en-us,AX.60).gif updatePreFixIds_Basic_CN Updates the table field name.
Gg786921.pubmethod(en-us,AX.60).gif updatePrintMgmt_Proj
Gg786921.pubmethod(en-us,AX.60).gif updatePrintMgmt_Purch Processes the existing purchase print management tables to create corresponding records in the new print management tables.
Gg786921.pubmethod(en-us,AX.60).gif updatePrintMgmt_Sales Processes the existing sales print management tables to create corresponding records in the new print management tables.
Gg786921.pubmethod(en-us,AX.60).gif updateSpecTrans Updates the SpecTrans table for the version 5.0 release.
Gg786921.pubmethod(en-us,AX.60).gif updateSysCompanyUserInfo
Gg786921.pubmethod(en-us,AX.60).gif updateTimeZoneDataUpgrade
Gg786921.pubmethod(en-us,AX.60).gif updateTimezoneInfoTable
Gg786921.pubmethod(en-us,AX.60).gif updateTimeZoneTablesToBeUpgraded
Gg786921.pubmethod(en-us,AX.60).gif updateTimeZoneUpgradeConstraints
Gg786921.pubmethod(en-us,AX.60).gif updateTimeZoneUpgradeDictionary
Gg786921.pubmethod(en-us,AX.60).gif updateTransportationDocDateTimeFields Combines the date and time fields from the TransportationDocument record into one field.
Gg786921.pubmethod(en-us,AX.60).gif updateTypeTables
Gg786921.pubmethod(en-us,AX.60).gif updateUserInfo
Gg786921.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.)
Gg786921.pubmethod(en-us,AX.60).gif validatedModuleName Validates that a module name is not too long. (Inherited from ReleaseUpdateDB.)
Gg786921.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg786921.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg786921.pubmethod(en-us,AX.60).gif Gg786921.static(en-us,AX.60).gif ::getAddressCompanyList
Gg786921.pubmethod(en-us,AX.60).gif Gg786921.static(en-us,AX.60).gif ::getAddressVirtualDataAreaList
Gg786921.pubmethod(en-us,AX.60).gif Gg786921.static(en-us,AX.60).gif ::getNewPartyId
Gg786921.pubmethod(en-us,AX.60).gif Gg786921.static(en-us,AX.60).gif ::upgradeToDateTime

Top

Inheritance Hierarchy

Object Class
  ReleaseUpdateDB Class
    ReleaseUpdateDB41_Basic Class
      ReleaseUpdateDB60_Basic Class