ReleaseUpdateDB60_HRM Class [AX 2012]

Syntax

class ReleaseUpdateDB60_HRM extends ReleaseUpdateDB41_HRM

Run On

Server

Methods

  Method Description
Gg779927.pubmethod(en-us,AX.60).gif addCrossModuleDependency Adds cross module, version dependency for an upgrade script. (Inherited from ReleaseUpdateDB.)
Gg779927.pubmethod(en-us,AX.60).gif addCrossVersionModuleDependency Adds cross module, version dependency for an upgrade script. (Inherited from ReleaseUpdateDB.)
Gg779927.pubmethod(en-us,AX.60).gif addDependency Adds a dependency of a method on another method in the same class. (Inherited from ReleaseUpdateDB.)
Gg779927.protmethod(en-us,AX.60).gif addFinalJob Adds an upgrade script as a final job. (Inherited from ReleaseUpdateDB.)
Gg779927.protmethod(en-us,AX.60).gif addSharedJob Adds an upgrade script as a shared job. (Inherited from ReleaseUpdateDB.)
Gg779927.protmethod(en-us,AX.60).gif addStandardJob Adds an upgrade script as a standard job. (Inherited from ReleaseUpdateDB.)
Gg779927.protmethod(en-us,AX.60).gif addStartJob Adds an upgrade script as a start job. (Inherited from ReleaseUpdateDB.)
Gg779927.pubmethod(en-us,AX.60).gif allowDupDEL_HRMUnionsUnionIdx (Inherited from ReleaseUpdateDB41_HRM.)
Gg779927.pubmethod(en-us,AX.60).gif allowDupHRMCompPerfAllocationLineIdIdx Disable the index IdIdx of the HRMCompPerfAllocationLine table to enable duplicate IDs.
Gg779927.pubmethod(en-us,AX.60).gif allowDupHRPLimitTableRelationshipPrimary Disable the index PrimaryIdx of the DEL_HRPLimitTableRelationship table to allow duplicate ids.
Gg779927.pubmethod(en-us,AX.60).gif allowDupIdxCompTables62 Disable the unique indexes of the compensation tables to enable duplicate IDs.
Gg779927.pubmethod(en-us,AX.60).gif allowDupIndex Disable the unique indexes on the HRM tables to enable duplicate ids.
Gg779927.pubmethod(en-us,AX.60).gif allowNoDupDEL_HRMUnionsUnionIdx (Inherited from ReleaseUpdateDB41_HRM.)
Gg779927.pubmethod(en-us,AX.60).gif allowNoDupHRMCompPerfAllocationLineIdIdx reset the index IdIdx of the HRMCompPerfAllocationLine table.
Gg779927.pubmethod(en-us,AX.60).gif allowNoDupIdxCompTables62 Resets the unique indexes of the compensation tables to disable duplicate IDs.
Gg779927.pubmethod(en-us,AX.60).gif allowNoDupIndex Reset the unique indexes on the HRM tables.
Gg779927.protmethod(en-us,AX.60).gif callInsertUpdateRelatedSkipMethods Calls the skip methods that are relevant when doing inserts or updates. (Inherited from ReleaseUpdateDB.)
Gg779927.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg779927.privmethod(en-us,AX.60).gif createApplicationBasketLocation
Gg779927.pubmethod(en-us,AX.60).gif createDocuType (Inherited from ReleaseUpdateDB41_HRM.)
Gg779927.pubmethod(en-us,AX.60).gif createHcmIdentificationTypeAlienNumber Create identification type for Alien number into the HcmIdentificationType table.
Gg779927.privmethod(en-us,AX.60).gif createLogisticsElectronicAddress
Gg779927.pubmethod(en-us,AX.60).gif deleteDupDEL_HRMUnions (Inherited from ReleaseUpdateDB41_HRM.)
Gg779927.pubmethod(en-us,AX.60).gif deleteDupHRPLimitTableRelationshipPrimar reset the index PrimaryIdx of the DEL_HRPLimitTableRelationship table.
Gg779927.pubmethod(en-us,AX.60).gif deleteHRMInterviewIdNumberSequence Deletes the number sequence related data for the DEL_HRMInterviewId extended data type.
Gg779927.pubmethod(en-us,AX.60).gif deleteHRMVNTIdNumberSequence Deletes the number sequence related data for the DEL_HRMVirtualNetworkId extended data type.
Gg779927.privmethod(en-us,AX.60).gif deleteNumberSequenceDataType
Gg779927.pubmethod(en-us,AX.60).gif disableHRMCompVarAwardEmplIdx
Gg779927.pubmethod(en-us,AX.60).gif discardPersonelNumberDuplicates Discards personnel number duplicates in the HcmWorker table. Keep unique personnel number and attach data area Id to each duplicate.
Gg779927.pubmethod(en-us,AX.60).gif enableHRMCompVarAwardEmplIdx Enables the EmplPlanDateIdIdx index in the HRMCompVarAwardEmpl table.
Gg779927.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg779927.privmethod(en-us,AX.60).gif fetchNextDE_Record
Gg779927.pubmethod(en-us,AX.60).gif fromVersion Gets the version of the Microsoft Dynamics AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Gg779927.pubmethod(en-us,AX.60).gif fromVersionEx Gets the version of the AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Gg779927.privmethod(en-us,AX.60).gif generateUniqueApplicantIds Generates a unique value for the HcmApplicantId field.
Gg779927.privmethod(en-us,AX.60).gif getBookmarks Gets all the bookmarks that will be updated from 2009 to 6.0.
Gg779927.privmethod(en-us,AX.60).gif getSSNIdentificationType Finds or creates a IdentificationType record to use for upgrading data from the DEL_HRMVirtualNetworkTable.personNumberfield. We want to try to not create a type for SSN if one already exists.
Gg779927.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg779927.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg779927.pubmethod(en-us,AX.60).gif initAdditionalJobs Contains initial setup for additional upgrade scripts. (Overrides the initAdditionalJobs Method.)
Gg779927.pubmethod(en-us,AX.60).gif initAdditionalUpdateJobs Contains the initial setup for additional upgrade scripts. (Inherited from ReleaseUpdateDB.)
Gg779927.pubmethod(en-us,AX.60).gif initDynamicTableDependencies Creates table dependencies for scripts whose dependencies cannot be set by using upgrade attributes. (Inherited from ReleaseUpdateDB.)
Gg779927.pubmethod(en-us,AX.60).gif initJobs Builds list upgrade script classes and creates dependencies that are based on their attributes. (Inherited from ReleaseUpdateDB.)
Gg779927.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.)
Gg779927.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.)
Gg779927.pubmethod(en-us,AX.60).gif initPostSyncJobs Contains initial setup for PostSync upgrade scripts. (Overrides the initPostSyncJobs Method.)
Gg779927.pubmethod(en-us,AX.60).gif initPostSyncUpdateJobs Contains the initial setup for the PostSyncUpdate upgrade scripts. (Overrides the initPostSyncUpdateJobs Method.)
Gg779927.pubmethod(en-us,AX.60).gif initPreSyncJobs Contains initial setup for PreSync upgrade scripts. (Overrides the initPreSyncJobs Method.)
Gg779927.pubmethod(en-us,AX.60).gif initPreSyncUpdateJobs Contains the initial setup for PreSyncUpdate upgrade scripts. (Overrides the initPreSyncUpdateJobs Method.)
Gg779927.privmethod(en-us,AX.60).gif insertDefaultLimit Inserts the limit record into the HRPDefaultLimitDetail and HRPDefaultLimitJobRule tables.
Gg779927.pubmethod(en-us,AX.60).gif isConfKeyEnabledInPrevVersion Determines whether the configuration key was enabled in the earlier version of the application. (Inherited from ReleaseUpdateDB.)
Gg779927.pubmethod(en-us,AX.60).gif moduleName Gets the module name of an upgrade class. (Inherited from ReleaseUpdateDB41_HRM.)
Gg779927.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg779927.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.)
Gg779927.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.)
Gg779927.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg779927.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg779927.pubmethod(en-us,AX.60).gif parmCockpit Gets or sets the Cockpit parameter. (Inherited from ReleaseUpdateDB.)
Gg779927.pubmethod(en-us,AX.60).gif parmCurrentBatch Gets or sets the CurrentBatch parameter. (Inherited from ReleaseUpdateDB.)
Gg779927.pubmethod(en-us,AX.60).gif parmScriptStage Gets or sets the ScriptStage parameter. (Inherited from ReleaseUpdateDB.)
Gg779927.pubmethod(en-us,AX.60).gif prefixCurrentClassId Gets or sets the classId parameter. (Inherited from ReleaseUpdateDB.)
Gg779927.pubmethod(en-us,AX.60).gif prefixCurrentVersion Gets or sets the version of the current instance of an upgrade class. (Inherited from ReleaseUpdateDB.)
Gg779927.pubmethod(en-us,AX.60).gif printOnly5AbsenceStatusColumns Unmark the printOut field in the HRMAbsenceStatusColumns table if there are more than 5 of them.
Gg779927.pubmethod(en-us,AX.60).gif run Runs the upgrade script. (Inherited from ReleaseUpdateDB.)
Gg779927.pubmethod(en-us,AX.60).gif setImportfromVersion Sets the version of the Microsoft Dynamics AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Gg779927.privmethod(en-us,AX.60).gif setKeepOriginalId
Gg779927.protmethod(en-us,AX.60).gif setModuleConfigKey Sets the configuration keys of the current module. (Inherited from ReleaseUpdateDB.)
Gg779927.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg779927.privmethod(en-us,AX.60).gif setToSkipMethodsLogAndEvents
Gg779927.pubmethod(en-us,AX.60).gif tableProgress Sets the progress of the upgrade process, depending on the number of tables processed. (Inherited from ReleaseUpdateDB.)
Gg779927.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg779927.pubmethod(en-us,AX.60).gif updateDateTimeFields (Inherited from ReleaseUpdateDB41_HRM.)
Gg779927.pubmethod(en-us,AX.60).gif updateDirCommunication (Inherited from ReleaseUpdateDB41_HRM.)
Gg779927.pubmethod(en-us,AX.60).gif updateEmplLimits Migrates the employee limits to the signing limit model.
Gg779927.pubmethod(en-us,AX.60).gif updateEmployeeTable_RU Inserts records into the EmployeeTable_RU table from the EmplTable table.
Gg779927.pubmethod(en-us,AX.60).gif updateEmployeeTable_RUPaymTransCodes Updates the EmployeeTable_RU table for the payment transaction codes.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmAccommodationType Inserts records in the HcmAccommodationType table from the HRMAccommodationType table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmAdaRequirement Inserts data into the HcmAdaRequirement table, the HcmJobAdaRequirement table and the HcmJobTemplateAdaRequirement table from the HRMAdaRequirement table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmAgreementTerm Inserts records into the HcmAgreementTerm table from the HRMHiringTerms table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmApplicant Inserts records into the HcmApplicant table from the HRMApplicantTable table and HRMVirtualNetworkTable record that corresponds.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmBenefit Inserts a record into the HcmBenefit table for every record that exists in the HcmBenefitPlan table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmBenefitOption Inserts a single record into the HcmBenefitOption table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmBenefitPlan Inserts a record into the HcmBenfitPlan table for each record that exists in the DEL_HrmBenefitType table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmBenefitType Inserts a single record into the HcmBenefitType table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmCertificateType Inserts records in the HcmCertificateType table from the HRMCertificateType table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmCompensationLevel Inserts records into the HcmCompensationLevel table from the HRCCompLevel table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmCompLocation Inserts records into the HcmCompLocation table from the HRMCompLocation table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmCourseNotes Inserts records into the HcmCourseNotes table from the DEL_HRMCourseNotes table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmCourseType Inserts records into the HcmCourseType table from the DEL_HRMCourseType table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmCourseTypeCertificateProfile Inserts records into the HcmCourseTypeCertificateProfile table from the DEL_HRMCourseTypeCertificateProfile table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmCourseTypeEducationProfile Inserts records into the HcmCourseTypeEducationProfile table from the DEL_HRMCourseTypeEducationProfile table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmCourseTypeGroup Inserts records into the HcmCourseTypeGroup table from the DEL_HRMCourseTypeGroup table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmCourseTypeNotes Inserts records into the HcmCourseTypeNotes table from the DEL_HRMCourseNotes table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmCourseTypeSkillProfile Inserts records into the HcmCourseTypeSkillProfile table from the DEL_HRMCourseTypeSkillProfile table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmDiscussion Inserts records into the HcmDiscussion table from the HRMInterviewTable table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmDiscussionType Inserts records in the HcmDiscussionType table from the HRMInterviewType table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmEducationDiscipline Inserts records into the HcmEducationDiscipline table from the HRMEducationType table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmEducationDisciplineCategory Inserts records into the HcmEducationDisciplineCategory table from the HRMEducationGroup table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmEducationDisciplineGroup Inserts records into the HcmEducationDisciplineGroup table from the HRMEducationGroupType table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmEducationInstitution Inserts records into the HcmEducationInstitution table from the HRMEducationCenter table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmEducationLevel Inserts records into the HcmEducationLevel table from the HRMEducationDegree table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmEmployeeContactRelationShip Creates records in the DirPartyRelationship table, the HcmPersonContactRelationship table, and the HcmEmergencyContactRelationship table.”
Gg779927.pubmethod(en-us,AX.60).gif updateHcmEmploymentBonus Inserts records into the HcmEmploymentBonus table from the HRMBonus table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmEmploymentContractor Inserts records into the HcmEmploymentContractor table from the HRMPartyEmployeeRelationship table and the VendTable table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmEmploymentDetail Inserts records into the HcmEmploymentDetail table from the HRMPartyEmployeeRelationship table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmEmploymentEmployee Inserts records into the HcmEmploymentEmployee table from the HRMPartyEmployeeRelationship table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmEmploymentInsurance Inserts records into the HcmEmploymentInsurance table from the HRMInsurance table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmEmploymentLeave Inserts records into the HcmEmploymentLeave table from the HRMEmplLeave table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmEmploymentStockOption Inserts records into the HcmEmploymentStockOption table from the HRMStockOption table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmEmploymentTerm Inserts records into the HcmEmploymentTerm table from the HRMEmplHiringTerms table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmEmploymentVacation Inserts records into the HcmEmploymentVacation table from the EmplTable table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmEmploymentValidTo4to6 Inserts records into the HcmEmploymentBonus table from the HRMBonus table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmEthnicOrigin Inserts records into the HcmEthnicOrigin table from the HRMEthnicOrigin table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmGoal Inserts records in the HcmGoal table from the HRMGoal table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmGoalActivity Inserts records into the HcmGoalActivity table from the HRMGoalActivity table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmGoalComment Inserts records into the HcmGoalComment table from the HRMGoalComment table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmGoalHeading Inserts records into the HcmGoalHeading table from the HRMGoalHeading table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmGoalNote Inserts records into the HcmGoalNote table from the HRMGoalNote table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmGoalType Inserts records into the HcmGoalType table from the HRMGoalType table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmGoalTypeTemplate Inserts records into the HcmGoalTypeTemplate table from the HRMGoalTypeTemplate table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmi9Document Inserts records into the Hcmi9Document table from the HRMi9Document table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmi9DocumentList Inserts records into the Hcmi9DocumentList table from the HRMi9DocumentList table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmi9DocumentType Inserts records into the Hcmi9DocumentType table from the HRMi9DocumentType table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmIdentificationType Inserts records into the HcmIdentificationType table from the HRMIdentificationType table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmIncomeTaxCategory Inserts records into the HcmIncomeTaxCategory table from the HRMIncomeTaxCategory table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmIncomeTaxCode Inserts records into the HcmIncomeTaxCode table from the HRMIncomeTaxCode table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmInsuranceType Inserts records in the HcmInsuranceType table from the HRMInsuranceType table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmIssuingAgency Inserts records into the HcmIssuingAgency table from the HRMi9IssuingAuthority table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmJob Inserts data into the HcmJob table from the HRPPartyJobTable table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmJobDetail Inserts data into the HcmJobDetail table from the HRPPartyJobTableRelationship table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmJobFunction Inserts records into the HcmJobFunction table from the HRMCompJobFunction table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmJobPreferredCertificate Inserts data into the HcmJobPreferredCertificate table from the HRMJobCertificateProfile table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmJobPreferredEducationDiscipline Inserts data into the HcmJobPreferredEducationDiscipline from the HRMJobEducationProfile table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmJobPreferredSkill Inserts data into the HcmJobPreferredSkill table from the HRMJobSkillProfile table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmJobResponsibility Inserts records in the HcmJobResponsibility table from the HRMJobResponsibility table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmJobTask Inserts records in the HcmJobTask table from the HRMTask table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmJobTaskAssignment Inserts data into the HcmJobTaskAssignment table from the HRMJobTask table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmJobTemplate Inserts data into the HcmJobTemplate table from the HRMJobTemplate table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmJobTemplateCertificate Inserts data into the HCMJobTemplateCertificate table from the HRMJobCertificateProfile table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmJobTemplateEducationDiscipline Inserts data into the HcmJobTemplateEducationDiscipline table from the HRMJobEducationProfile table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmJobTemplateResponsibility Inserts records in the HcmJobTemplateResponsibility table from the HRMJobResponsibility table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmJobTemplateSkill Inserts data into the HcmJobTemplateSkill table from the HRMJobSkillProfile table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmJobTemplateTask Inserts records in the HcmJobTemplateTask table from the HRMJobTask table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmJobType Inserts records into the HcmJobType table from the HRMCompJobType table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmLanguageCode Inserts records into the HcmLanguageCode table from the HRMLanguageCode table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmLeaveType Inserts records in the HcmLeaveType table from the HRMLeaveType table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmLoanItem Inserts records into the HcmLoanItem table from the HRMLoanTable table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmLoanType Inserts records into the HcmLoanType table from the HRMLoanType table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPayrollBasis Inserts records into the HcmPayrollBasis table from the HRMPayrollBasis table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPayrollCategory Inserts records into the HcmPayrollCategory table from the HRMPayrollCategory table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPayrollDeduction Inserts records into the HcmPayrollDeduction table from the HRMPayrollDeduction table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPayrollDeductionType Inserts records into the HcmPayrollDeductionType table from the HRMPayrollDeductionType table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPayrollFrame Inserts records into the HcmPayrollFrame table from the HRMPayrollFrame table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPayrollFrameCategory Inserts records into the HcmPayrollFrameCategory table from the HRMEmplCategory table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPayrollLine Inserts records into the HcmPayrollLine table from the HRMPayrollLine table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPayrollPension Inserts records into the HcmPayrollPension table from the HRMPayrollPension table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPayrollPremium Inserts records into the HcmPayrollPremium table from the HRMPayrollPremium table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPayrollScaleLevel Inserts records into the HcmPayrollScaleLevel table from the HRMPayrollScaleLevel table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPersonAccommodation Inserts records into the HcmPersonAccommodation table from the HRMVirtualNetworkAccommodation table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPersonCertificate Inserts records into the HcmPersonCertificate table from the HRMVirtualNetworkCertificate table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPersonCourse Inserts records into the HcmPersonCourse table from the HRMVirtualNetworkCourse table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPersonDetails Inserts records in the HcmPersonDetails table from the HRMPartyEmployeeRelationship table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPersonEducation Inserts records into the HcmPersonEducation table from the HRMVirtualNetworkEducation table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPersonIdentificationNumber Inserts records into the HcmPersonIdentificationNumber table from the HRMEmplIdentification table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPersonImage Inserts records into the HcmPersonImage table from the CompanyImage table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPersonLaborUnion Inserts records into the HcmPersonLaborUnion table from the HRMEmployeeUnions table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPersonLoan Inserts records into the HcmPersonLoan table from the HRMVirtualNetworkLoan table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPersonPrivateDetails Inserts records in the HcmPersonPrivateDetails table from the EmplTable table, the HRMPartyEmployeeRelationship table and the HRMVirtualNetworkTable table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPersonProfessionalExperience Inserts records into the HcmPersonProfessionalExperience table from the HRMVirtualNetworkQualification table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPersonProjectRole Inserts records into the HcmPersonProjectRole table from the HRMVirtualNetworkProject table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPersonSkill Inserts records into the HcmPersonSkill table from the HRMVirtualNetworkSkill table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPersonSkillMapping Inserts records into the HcmPersonSkillMapping table from the HRMVirtualNetworkTable table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPersonTrustedPosition Inserts records into the HcmPersonTrustedPosition table from the HRMVirtualNetworkPrivateInfo table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPosition Inserts data into the HcmPosition table from the HRPPartyPositionTable table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPositionDefaultDimension Inserts data into the HcmPositionDefaultDimension table from the HRPPartyPositionTableRelationship table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPositionDetail Inserts data into the HcmPositionDetail table from the HRPPartyPositionTableRelationship table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPositionDuration Inserts data into the HcmPositionDuration table from the HRPPartyPositionTableRelationship table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPositionHierarchy Inserts records in the HcmPositionHierarchy table from the HRPPartyPositionTableRelationship table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPositionHierarchyType Creates records in the HcmPositionHierarchyType table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmPositionWorkerAssignment Insert data into the HcmPositionWorkerAssignment table from the HRPPartyPositionTableRelationship table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmRatingLevel Inserts records in the HcmRatingLevel table from the HRMRatingLevel table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmRatingModel Inserts records into the HcmRatingModel table from the HRMRatingModel table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmReasonCode Inserts records in the HcmReasonCode table from the HRMReasonCode table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmReminderType Inserts records into the HcmReminderType table from the HRMReminderType table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmResponsibility Inserts records into the HcmResponsibility table from the HRMResponsibility table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmSkill Inserts records into the HcmSkill table from the HRMSkill table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmSkillMappingCertificate Inserts records in the HcmSkillMappingCertificate table from the HRMSkillMappingCertificate table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmSkillMappingEducation Inserts records into the HcmSkillMappingEducation table from the HRMSkillMappingEducation table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmSkillMappingHeader Inserts records in the HcmSkillMappingHeader table from the HRMSkillMappingTable table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmSkillMappingRange Inserts records in the HcmSkillMappingRange table from the HRMSkillMappingRange table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmSkillMappingSkill Inserts records in the HcmSkillMappingSkill table from the HRMSkillMappingSkill table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmSkillType Inserts records into the HcmSkillType table from the HRMSkillType table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmSurveyCompany Inserts records in the HcmSurveyCompany table from the HRMCompSurveyCompany table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmTitle Inserts records into the HcmTitle table from the PersonTitleTable table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmUnions Inserts records in the HcmUnions table from the HRMUnions table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmVeteranStatus Inserts records in the HcmVeteranStatus table from the HRMVeteranStatus table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmWorkerBankAccount Inserts records in the HcmWorkerBankAccount table from the HRMEmplBankAccount table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmWorkerEnrolledBenefit Inserts records into the HcmWorkerEnrolledBenefit table from the HRMEmployeeBenefit table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmWorkerGroup_RU Inserts records into the HcmWorkerGroup_RU table from the EmplGroup_RU table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmWorkerNonHcm Inserts records into the OutlookUserSetup table, the ProjWorkerSetup table, the PurchRFQWorkerSetup table and the SMADispatchWorkerSetup table from the EmplTable table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmWorkerReminder Inserts records in the HcmWorkerReminder table from the HRMReminderTable table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmWorkerTask Inserts records in the HcmWorkerTask table from the EmplWorkTask table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmWorkerTaskAssignment Inserts records in the HcmWorkerTaskAssignment table from the EmplTask table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmWorkerTaxInfo Inserts records in the HcmWorkerTaxInfo table from the HRMEmplTaxInfo table.
Gg779927.pubmethod(en-us,AX.60).gif updateHcmWorkerTitle Inserts records in the HcmWorkerTitle table from the EmplTable table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRCComp Updates the CompensationLevel field of the HRCComp table with the value that corresponds from the record ID of the HcmCompensationLevel table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRCCompGrid62 Updates the ValidFrom and ValidTo fields of the HRCCompGrid table with the date value from the DEL_ValidFromDateTime and DEL_ValidToDateTime fields respectively.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMAbsenceCode Updates the DefaultDimension field of the HRMAbsenceCode table with the value that corresponds from the record ID of the DimensionAttributeValueSet table and the LedgerDimension and the LedgerDimension fields of the HRMAbsenceCode table with the corresponding value from the record ID of the DimensionAttributeValueCombination table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMAbsenceRequest Populates the Worker field in the HRMAbsenceRequest table from the EmplId field in the EmplTable table. Populates the Worker_ApprovedBy field in the HRMAbsenceRequest table from the EmplId field in the EmplTable table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMAbsenceSetup Populates the Worker field in the HRMAbsenceRequest table from the EmplId field in the EmplTable table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMAbsenceTable Populates the HRMAbsenceRequest table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMApplicantInterview Updates the Recruiter field of the HRMApplicantInterview table with record ID value of the HcmWorker table that corresponds.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMApplicantRouting Updates the Worker field of the HRMApplicantRouting table with record ID value of the HcmWorker table that corresponds.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMApplicantTableFK Updates the EducationLevel field, the VeteranStatus field and the EthnicOrigin field of the HRMApplicantTable table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMApplication Updates fields in the HRMApplication table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMApplicationBasket Updates the Person field in the HRMApplicationBasket table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMApplicationEmailTemplate Updates the HRMApplicationEmailTemplate table to replace all old bookmark variables with new bookmark variables.Some old bookmark variables which are not upgraded will be left as it is.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMApplicationWordBookmark Updates the HRMApplicationWordBookmak table to replace all FieldId values in the Bookmark field with their associated FieldName value.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompEligibility Updates the HRMCompEligibility table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompEligibility62 Updates the ValidFrom and ValidTo fields of the HRMCompEligibility table with the date value from the DEL_ValidFromDateTime and DEL_ValidToDateTime fields respectively.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompEligibilityLevel Updates the CompensationLevel field of the HRMCompEligibilityLevel table with the value that corresponds from the record ID of the HcmCompensationLevel table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompEvent62 Updates the LoadDate field of the HRMCompEvent table with the date value from the DEL_LoadDateTime field.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompEventEmpl Updates the HRMCompEventEmpl table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompEventEmpl62 Updates the MostRecentHireDate field of the HRMCompEventEmpl table with the date value from the DEL_MostRecentHireDateTime field.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompEventLine Updates the HRMCompEventLine table
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompEventLineComposite Updates the HRMCompEventLineComposite table
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompEventLineComposite62 Updates the ValidFrom and ValidTo fields of the HRMCompEventLineComposite table with the date value from the DEL_ValidFromDateTime and DEL_ValidToDateTime fields respectively.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompEventLineFixed Updates the HRMCompEventLineFixed table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompEventLinePointInTime Updates the HRMCompEventLinePointInTime table
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompEventLinePointInTime62 Updates the ValidFrom and ValidTo fields of the HRMCompEventLinePointInTime table with the date value from the DEL_ValidFromDateTime and DEL_ValidToDateTime fields respectively.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompFixedBudget Updates the Unions field of the HRMCompFixedBudget table with the value that corresponds from the record ID of the HcmUnions table and updates the Department field of the HRMCompFixedBudget table with the value that corresponds from the Party field of the DirPartyInternalOrganizationTable table, which is a foreign key to the OMDepartment table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompFixedBudget62 Updates the ValidFrom and ValidTo fields of the HRMCompFixedBudget table with the date value from the DEL_ValidFromDateTime and DEL_ValidToDateTime fields respectively.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompFixedEmpl Updates the HRMCompFixedEmpl table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompFixedEmpl62 Updates the ValidFrom and ValidTo fields of the HRMCompFixedEmpl table with the date value from the DEL_ValidFromDateTime and DEL_ValidToDateTime fields respectively.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompFixedPlanTable62 Updates the ValidFrom and ValidTo fields of the HRMCompFixedPlanTable table with the date value from the DEL_ValidFromDateTime and DEL_ValidToDateTime fields respectively.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompOrgPerf Updates the Department field of the HRMCompOrgPerf table with the value that corresponds from the Party field of the DirPartyInternalOrganizationTable table, which is a foreign key to the OMDepartment table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompOrgPerf62 Updates the ValidFrom and ValidTo fields of the HRMCompOrgPerf table with the date value from the DEL_ValidFromDateTime and DEL_ValidToDateTime fields respectively.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompPerfAllocation Updates the Department field of the HRMCompPerfAllocation table with the value that corresponds from the Party field of the DirPartyInternalOrganizationTable table, which is a foreign key to the OMDepartment table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompPerfAllocation62 Updates the ValidFrom and ValidTo fields of the HRMCompPerfAllocation table with the date value from the DEL_ValidFromDateTime and DEL_ValidToDateTime fields respectively.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompPerfAllocationLine Updates the RatingLevel field of the HRMCompPerfAllocationLine table with the value that corresponds from the record ID of the HcmRatingLevel table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompPerfPlan62 Updates the ValidFrom and ValidTo fields of the HRMCompPerfPlan table with the date value from the DEL_ValidFromDateTime and DEL_ValidToDateTime fields respectively.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompPerfPlanEmpl Updates the HRMCompPerfPlanEmpl table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompPerfPlanEmpl62 Updates the ValidFrom and ValidTo fields of the HRMCompPerfPlanEmpl table with the date value from the DEL_ValidFromDateTime and DEL_ValidToDateTime fields respectively.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompPerfRating62 Updates the ValidFrom and ValidTo fields of the HRMCompPerfRating table with the date value from the DEL_ValidFromDateTime and DEL_ValidToDateTime fields respectively.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompProcess62 Updates the CycleToDate, CycleFromDate, PointInTimeDate, TransActiveDate and ProRateHireDate fields of the HRMCompProcess table with the date value from the DEL_CycleToDateTime, DEL_CycleFromDateTime, DEL_PointInTimeDateTime, DEL_TransActiveDateTime and DEL_ProRateHireDateTime fields respectively.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompVarAwardEmpl Updates the HRMCompVarAwardEmpl table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompVarEnrollEmpl Updates the DefaultDimension field of the HRMCompVarEnrollEmpl table with the value that corresponds from the record ID of the DimensionAttributeValueSet table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompVarEnrollEmpl62 Updates the ValidFrom and ValidTo fields of the HRMCompVarEnrollEmpl table with the date value from the DEL_ValidFromDateTime and DEL_ValidToDateTime fields respectively.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompVarEnrollEmplLine Updates the HRMCompVarEnrollEmplLine table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompVarEnrollEmplLine62 Updates the ValidFrom field of the HRMCompVarEnrollEmplLine table with the date value from the DEL_ValidFromDateTime field.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompVarPlanLevel Updates the CompensationLevel field of the HRMCompVarPlanLevel table with the value that corresponds from the record ID of the HcmCompensationLevel table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCompVarPlanTable62 Updates the ValidFrom and ValidTo fields of the HRMCompVarPlanTable table with the date value from the DEL_ValidFromDateTime and DEL_ValidToDateTime fields respectively.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCourseAttendee Updates the Person field of the HrmCourseAttendee table with the value that corresponds from the record ID of the DirPerson table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCourseAttendeeLine Updates the Person field of the HrmCourseAttendeeLine table with the value that corresponds from the record ID of the DirPerson table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCourseInstructor Updates the Person field of the HrmCourceInstructor table with the value that corresponds from the record ID of the DirPerson table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCourseTable Updates the CourseInstructor field of the HrmCourseTable table with the value that corresponds from the record ID of the HrmCourseInstructor table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCourseTableInstructor Updates the CourseInstructor field of the HrmCourseTableInstructor table with the value that corresponds from the record ID of the HrmCourseInstructor table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMCourseType Updates the DefaultDimension field of the DEL_HRMCourseType table with the corresponding value from the record ID field of the DimensionAttributeValueSet table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMDevelopmentPlanType (Inherited from ReleaseUpdateDB41_HRM.)
Gg779927.pubmethod(en-us,AX.60).gif updateHRMEmployeeContact (Inherited from ReleaseUpdateDB41_HRM.)
Gg779927.pubmethod(en-us,AX.60).gif updateHRMEmployeeUnions (Inherited from ReleaseUpdateDB41_HRM.)
Gg779927.pubmethod(en-us,AX.60).gif updateHRMMassHireLine Updates the Department field in the HRMMassHireLine table with the value that corresponds from the Party field in the DirPartyInternalOrganizationTable table, which is the foreign key to the OMDepartment table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMMassHireProject Updates the ResponsibleWorker field in the HrmMassHireProject table that is based on the worker that is associated with the old employee record.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMOrganization (Inherited from ReleaseUpdateDB41_HRM.)
Gg779927.pubmethod(en-us,AX.60).gif updateHRMParameters Updates the RatingModel field of the HRMParameters table with the value that corresponds from the record ID of the HcmRatingModel table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMPosition (Inherited from ReleaseUpdateDB41_HRM.)
Gg779927.pubmethod(en-us,AX.60).gif updateHRMRecruitingLastNews Updates the Recruiter field of the HRMRecruitingTable table with record ID value of the HcmWorker table that corresponds.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMRecruitingTable Updates the Department, Job, Recruiter, HiringManager, and AlternateWorkerContact field of the HRMRecruitingTable table with the record ID values of the OMDepartment, HcmJob, and HcmWorker table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMSkillLevel (Inherited from ReleaseUpdateDB41_HRM.)
Gg779927.pubmethod(en-us,AX.60).gif updateHRMVirtualNetDevPlanTable (Inherited from ReleaseUpdateDB41_HRM.)
Gg779927.pubmethod(en-us,AX.60).gif updateHRMVirtualNetworkGroupRelation Updates the Person field of the HrmVirtualNetworkGroupRelation table with the corresponding value from the record ID field of the DirPerson table.
Gg779927.pubmethod(en-us,AX.60).gif updateHRMVirtualNetworkHistory (Inherited from ReleaseUpdateDB41_HRM.)
Gg779927.pubmethod(en-us,AX.60).gif updateHRMVirtualNetworkTable (Inherited from ReleaseUpdateDB41_HRM.)
Gg779927.privmethod(en-us,AX.60).gif updateHRPPartyPosTblRelationship Updates the DefaultDimension field of the HRPPartyPositionTableRelationship table with the value that corresponds from the record ID of the DimensionAttributeValueSet table.
Gg779927.pubmethod(en-us,AX.60).gif updateJobCertificate (Inherited from ReleaseUpdateDB41_HRM.)
Gg779927.pubmethod(en-us,AX.60).gif updateJobEducation (Inherited from ReleaseUpdateDB41_HRM.)
Gg779927.pubmethod(en-us,AX.60).gif updateJobLimits Migrates the job limits to the signing limit model.
Gg779927.pubmethod(en-us,AX.60).gif updateJobResponsibility (Inherited from ReleaseUpdateDB41_HRM.)
Gg779927.pubmethod(en-us,AX.60).gif updateJobSkill (Inherited from ReleaseUpdateDB41_HRM.)
Gg779927.pubmethod(en-us,AX.60).gif updateJobTask (Inherited from ReleaseUpdateDB41_HRM.)
Gg779927.pubmethod(en-us,AX.60).gif updateOMHierarchyRelationship Migrates the existing records in the DirPartyRelationship table that relate departments to each other in the OMHierarchyRelationship table, removing the old records when the migration is finished.
Gg779927.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.)
Gg779927.pubmethod(en-us,AX.60).gif validatedModuleName Validates that a module name is not too long. (Inherited from ReleaseUpdateDB.)
Gg779927.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg779927.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  ReleaseUpdateDB Class
    ReleaseUpdateDB41_HRM Class
      ReleaseUpdateDB60_HRM Class