ReleaseUpdateDB60_smm Class [AX 2012]

Upgrade for CRM entities

Syntax

class ReleaseUpdateDB60_smm extends ReleaseUpdateDB41_smm

Run On

Server

Methods

  Method Description
Gg790732.pubmethod(en-us,AX.60).gif addCrossModuleDependency Adds cross module, version dependency for an upgrade script. (Inherited from ReleaseUpdateDB.)
Gg790732.pubmethod(en-us,AX.60).gif addCrossVersionModuleDependency Adds cross module, version dependency for an upgrade script. (Inherited from ReleaseUpdateDB.)
Gg790732.pubmethod(en-us,AX.60).gif addDependency Adds a dependency of a method on another method in the same class. (Inherited from ReleaseUpdateDB.)
Gg790732.protmethod(en-us,AX.60).gif addFinalJob Adds an upgrade script as a final job. (Inherited from ReleaseUpdateDB.)
Gg790732.protmethod(en-us,AX.60).gif addSharedJob Adds an upgrade script as a shared job. (Inherited from ReleaseUpdateDB.)
Gg790732.protmethod(en-us,AX.60).gif addStandardJob Adds an upgrade script as a standard job. (Inherited from ReleaseUpdateDB.)
Gg790732.protmethod(en-us,AX.60).gif addStartJob Adds an upgrade script as a start job. (Inherited from ReleaseUpdateDB.)
Gg790732.pubmethod(en-us,AX.60).gif allowDupsmmBusRelRevenueParty Disable Party index in smmBusRelRevenue table
Gg790732.pubmethod(en-us,AX.60).gif allowDupsmmCampaignResponsesQuestUniqueI Disables the DEL_UniqueIdx index in the smmCampaignResponsesQuest table. (Inherited from ReleaseUpdateDB41_smm.)
Gg790732.pubmethod(en-us,AX.60).gif allowDupsmmCampaignSelectionUniqueIdx Disables the UniqueIdx index in the smmCampaignSelection table. (Inherited from ReleaseUpdateDB41_smm.)
Gg790732.pubmethod(en-us,AX.60).gif allowDupsmmContactPersonSynchronizeUserI Disable UserIdContactPersonIdIdx index in smmContactPersonSynchronize table
Gg790732.pubmethod(en-us,AX.60).gif allowDupsmmConvertedBusRelParty Disable Party index in smmConvertedBusRel
Gg790732.pubmethod(en-us,AX.60).gif allowDupsmmDeletedActivitiesActivityNum Disables the ActivityNumberEmplIdx index in the smmDeletedActivities table.
Gg790732.pubmethod(en-us,AX.60).gif allowDupsmmEmailCategoryGroupCategoryIdI Disable CategoryIdIdx in smmEmailCategoryGroup
Gg790732.pubmethod(en-us,AX.60).gif allowDupsmmQuotationCompetitorGroupParty Disable Party in smmQuotationCompetitorGroup
Gg790732.pubmethod(en-us,AX.60).gif allowDupsmmSalesUnitMembersSalesUnitMan Disables the SalesUnitManRelation index in the smmSalesUnitMembers table.
Gg790732.pubmethod(en-us,AX.60).gif allowDupsmmTMCallListTableListDirContact Disables the DEL_ListDirContact index in the smmTMCallListTable table. (Inherited from ReleaseUpdateDB41_smm.)
Gg790732.pubmethod(en-us,AX.60).gif allowDupsmmTMContactResponsesUniqueId Disable UniqueId in smmTMContactResponses
Gg790732.pubmethod(en-us,AX.60).gif allowDupsmmTMContactResponsesUniqueIdx Disables the DEL_UniqueIdx index in the smmTMContactResponses table. (Inherited from ReleaseUpdateDB41_smm.)
Gg790732.pubmethod(en-us,AX.60).gif allowNoDupsmmConvertedBusRelParty Updates the Party index in the smmConvertedBusRel table not to allow for duplicate records.
Gg790732.protmethod(en-us,AX.60).gif callInsertUpdateRelatedSkipMethods Calls the skip methods that are relevant when doing inserts or updates. (Inherited from ReleaseUpdateDB.)
Gg790732.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg790732.pubmethod(en-us,AX.60).gif deleteDupsmmBusRelRevenueParty Updates the index Party in the table smmBusRelRevenue not to allow duplicate records.
Gg790732.pubmethod(en-us,AX.60).gif deleteDupsmmCampaignResponsesQuestUnique Enables the DEL_Unique index in the smmCampaignResponsesQuest table. (Inherited from ReleaseUpdateDB41_smm.)
Gg790732.pubmethod(en-us,AX.60).gif deleteDupsmmCampaignSelectionUniqueIdx Enables the UniqueIdx index in the smmCampaignSelection table. (Inherited from ReleaseUpdateDB41_smm.)
Gg790732.pubmethod(en-us,AX.60).gif deleteDupsmmContactPersonSynchronizeUser Updates the index UserIdContactPersonIdIdx in the table smmContactPersonSynchronize not to allow duplicate records.
Gg790732.pubmethod(en-us,AX.60).gif deleteDupsmmDeletedActivitiesActivityNum Updates the ActivityNumberEmplIdx index in the smmDeletedActivities table to disallow duplicate records.
Gg790732.pubmethod(en-us,AX.60).gif deleteDupsmmEmailCategoryGroupCategoryId Updates the index smmEmailCategoryGroup in the table CategoryIdIdx not to allow duplicate records.
Gg790732.pubmethod(en-us,AX.60).gif deleteDupsmmQuotationCompetitorGroupP Updates the index Party in the table smmQuotationCompetitorGroup not to allow duplicate records.
Gg790732.pubmethod(en-us,AX.60).gif deleteDupsmmSalesUnitMembersSalesUnitMan Updates the SalesUnitManRelation index in the smmSalesUnitMembers table to disallow duplicate records.
Gg790732.pubmethod(en-us,AX.60).gif deleteDupsmmTMCallListTableListDirContac Enables the DEL_ListDirContact index in the smmTMCallListTable table. (Inherited from ReleaseUpdateDB41_smm.)
Gg790732.pubmethod(en-us,AX.60).gif deleteDupsmmTMContactResponsesUniqueId Updates the index UniqueId in the table smmTMContactResponses not to allow duplicate records.
Gg790732.pubmethod(en-us,AX.60).gif deleteDupsmmTMContactResponsesUniqueIdx Enables the DEL_UniqueIdx index in the smmTMContactResponses table. (Inherited from ReleaseUpdateDB41_smm.)
Gg790732.pubmethod(en-us,AX.60).gif disableTransLog Disable smmTransLog temporarily for upgrade
Gg790732.pubmethod(en-us,AX.60).gif enableTransLog Enable smmTranslog after upgrade
Gg790732.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg790732.pubmethod(en-us,AX.60).gif fromVersion Gets the version of the Microsoft Dynamics AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Gg790732.pubmethod(en-us,AX.60).gif fromVersionEx Gets the version of the AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Gg790732.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg790732.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg790732.pubmethod(en-us,AX.60).gif initAdditionalJobs Contains the initial setup for additional upgrade scripts. (Inherited from ReleaseUpdateDB.)
Gg790732.pubmethod(en-us,AX.60).gif initAdditionalUpdateJobs Contains the initial setup for additional upgrade scripts. (Inherited from ReleaseUpdateDB.)
Gg790732.pubmethod(en-us,AX.60).gif initDynamicTableDependencies Creates table dependencies for scripts whose dependencies cannot be set by using upgrade attributes. (Inherited from ReleaseUpdateDB.)
Gg790732.pubmethod(en-us,AX.60).gif initJobs Builds list upgrade script classes and creates dependencies that are based on their attributes. (Inherited from ReleaseUpdateDB.)
Gg790732.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.)
Gg790732.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.)
Gg790732.pubmethod(en-us,AX.60).gif initPostSyncJobs Contains initial setup for the post synchronization upgrade scripts. (Overrides the initPostSyncJobs Method.)
Gg790732.pubmethod(en-us,AX.60).gif initPostSyncUpdateJobs Contains the initial setup for the PostSyncUpdate upgrade scripts. (Inherited from ReleaseUpdateDB.)
Gg790732.pubmethod(en-us,AX.60).gif initPreSyncJobs Contains initial setup for pre synchronization upgrade scripts. (Overrides the initPreSyncJobs Method.)
Gg790732.pubmethod(en-us,AX.60).gif initPreSyncUpdateJobs Contains the initial setup for PreSyncUpdate upgrade scripts. (Inherited from ReleaseUpdateDB.)
Gg790732.pubmethod(en-us,AX.60).gif isConfKeyEnabledInPrevVersion Determines whether the configuration key was enabled in the earlier version of the application. (Inherited from ReleaseUpdateDB.)
Gg790732.pubmethod(en-us,AX.60).gif moduleName Gets the module name of an upgrade class. (Inherited from ReleaseUpdateDB41_smm.)
Gg790732.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg790732.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.)
Gg790732.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.)
Gg790732.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg790732.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg790732.pubmethod(en-us,AX.60).gif parmCockpit Gets or sets the Cockpit parameter. (Inherited from ReleaseUpdateDB.)
Gg790732.pubmethod(en-us,AX.60).gif parmCurrentBatch Gets or sets the CurrentBatch parameter. (Inherited from ReleaseUpdateDB.)
Gg790732.pubmethod(en-us,AX.60).gif parmScriptStage Gets or sets the ScriptStage parameter. (Inherited from ReleaseUpdateDB.)
Gg790732.pubmethod(en-us,AX.60).gif prefixCurrentClassId Gets or sets the classId parameter. (Inherited from ReleaseUpdateDB.)
Gg790732.pubmethod(en-us,AX.60).gif prefixCurrentVersion Gets or sets the version of the current instance of an upgrade class. (Inherited from ReleaseUpdateDB.)
Gg790732.pubmethod(en-us,AX.60).gif run Runs the upgrade script. (Inherited from ReleaseUpdateDB.)
Gg790732.pubmethod(en-us,AX.60).gif setImportfromVersion Sets the version of the Microsoft Dynamics AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Gg790732.protmethod(en-us,AX.60).gif setModuleConfigKey Sets the configuration keys of the current module. (Inherited from ReleaseUpdateDB.)
Gg790732.privmethod(en-us,AX.60).gif setSkipMethods
Gg790732.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg790732.pubmethod(en-us,AX.60).gif tableProgress Sets the progress of the upgrade process, depending on the number of tables processed. (Inherited from ReleaseUpdateDB.)
Gg790732.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg790732.pubmethod(en-us,AX.60).gif updateActivities (Inherited from ReleaseUpdateDB41_smm.)
Gg790732.pubmethod(en-us,AX.60).gif updateActivityAssociations (Inherited from ReleaseUpdateDB41_smm.)
Gg790732.pubmethod(en-us,AX.60).gif updateCaseCategoryHierarchyDetailWorker Updates the CaseCateogryHierarchyDetail table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updateCaseDetailBaseWorker Updates the CaseDetailBase table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updateContactPersonWorker Updates the ContactPerson table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updateCustomerColumns (Inherited from ReleaseUpdateDB41_smm.)
Gg790732.pubmethod(en-us,AX.60).gif updateCustTableWorker Updates the CustTable table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updateDateTimeFields (Inherited from ReleaseUpdateDB41_smm.)
Gg790732.pubmethod(en-us,AX.60).gif updateDirPartyIntOrgTableWorker Updates the DirPartyInternalOrganizationTable table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updateDirPersonContactPerson Updates the DirPerson records with values from removed Contact person fields.
Gg790732.pubmethod(en-us,AX.60).gif updateInternalOrgWorkerToOperatingUnit Updates the OMOperatingUnit for uptaking Employee Refactoring.
Gg790732.pubmethod(en-us,AX.60).gif updateNumberSequenceRef (Inherited from ReleaseUpdateDB41_smm.)
Gg790732.pubmethod(en-us,AX.60).gif updateOrganizationDetails This method creates entries in the dirOrganizationDetail table for each BR entry with values in the NumberOfEmployees, CompanyIdSiret, CompanyIdNAF, OpenFromTime, OpenToTime, OrgNumber, or ABC properties. (Inherited from ReleaseUpdateDB41_smm.)
Gg790732.pubmethod(en-us,AX.60).gif updateOutlookSyncParameters Update Outlook Sync Parameters fields for OutlookDefaultSyncPrinciple and OutlookMaxSynchronizationType (Overrides the updateOutlookSyncParameters Method.)
Gg790732.pubmethod(en-us,AX.60).gif updateQueryRange (Inherited from ReleaseUpdateDB41_smm.)
Gg790732.pubmethod(en-us,AX.60).gif updateSalesManagementStatistics (Inherited from ReleaseUpdateDB41_smm.)
Gg790732.pubmethod(en-us,AX.60).gif updateSalesQuotationType Creates a Hierarchy record for each sales quotation type where every Phase will be the stage in the HierarchyTreeTable table for each Process. (Inherited from ReleaseUpdateDB41_smm.)
Gg790732.pubmethod(en-us,AX.60).gif updatesmmActivitiesWorker Updates the smmActivities table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updatesmmAttendeeTableWorker Updates the smmAttendeeTable table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updatesmmAxaptaOutlookMapping Updates the smmAxaptaOutlookMapping for the new field mapping.
Gg790732.pubmethod(en-us,AX.60).gif updatesmmBusRelTable Updates the DefaultDimension field of the smmBusRelTable table with the related value from the RecId field of the DimensionAttributeValueSet table.
Gg790732.pubmethod(en-us,AX.60).gif updateSmmBusRelTable_W Updates the CustTable table for the v5.0 release. (Inherited from ReleaseUpdateDB41_smm.)
Gg790732.pubmethod(en-us,AX.60).gif updatesmmBusRelTableWorker Updates the smmBusRelTable table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updatesmmCampaignMailMergeFileWorker Updates the smmCampaignMailMergeFile table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updatesmmCampaignSelectionWorker Updates the smmCampaignSelection table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updatesmmCampaignTableWorker Updates the smmCampaignTable table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updateSmmCompetitorGroup (Inherited from ReleaseUpdateDB41_smm.)
Gg790732.pubmethod(en-us,AX.60).gif updatesmmContactPersonSynchronizeUser Updates the smmContactPersonSynchronize table to use the current user instead of the EmplId extended data type.
Gg790732.pubmethod(en-us,AX.60).gif updatesmmContactPersonSynchronizeWorker Updates the smmContactPersonSynchronize table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updatesmmDeletedActivitiesWorker Updates the smmDeletedActivities table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updatesmmEmailMembersWorker Updates the smmEmailMembers table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updatesmmImportRelationJournal Updates the DefaultDimension field of the smmImportRelationJournal table with the related value from the RecId field of the DimensionAttributeValueSet table.
Gg790732.pubmethod(en-us,AX.60).gif updatesmmImportRelationJournalWorker Updates the smmImportRelationJournal table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updatesmmLeadTableProspect Updates the smmLeadTable, Ensures that every lead party is also a prospect party
Gg790732.pubmethod(en-us,AX.60).gif updatesmmLeadTableWorker Updates the smmLeadTable table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updatesmmMailingHistoryWorker Updates the smmMailingHistory table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updatesmmMailingMergeFileWorker Updates the smmMailingMergeFile table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updateSmmMappings Update bulk copy table and field mappings for SMM. (Inherited from ReleaseUpdateDB41_smm.)
Gg790732.pubmethod(en-us,AX.60).gif updatesmmNoteItTableWorker Updates the smmNoteItTable table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updateSmmOpportunity (Inherited from ReleaseUpdateDB41_smm.)
Gg790732.pubmethod(en-us,AX.60).gif updatesmmOpportunityTableWorker Updates the smmOpportunityTable table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updatesmmOutlookLastSync Updates the smmOutlookLastSync table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updatesmmPhoneLogWorker Updates the smmPhoneLog table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updateSmmQuotationSwotTable (Inherited from ReleaseUpdateDB41_smm.)
Gg790732.pubmethod(en-us,AX.60).gif updatesmmResponsibilitiesEmplTableWorker Updates the smmResponsibilitiesEmplTable table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updatesmmSalesManagGraphOptionsWorker Updates the smmSalesManagementGraphOptions table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updatesmmSalesTargetWorker Updates the smmSalesTarget table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updatesmmSalesUnitMembersWorker Updates the smmSalesUnitMembers table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updatesmmTMCallListGroupWorker Updates the smmTMCallListGroup table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updatesmmTMCallListTableWorker Updates the smmTMCallListTable table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updatesmmTransLogWorker Updates the smmTransLog table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updateSysCompanyUserInfoWorker Updates the SysCompanyUserInfo table to uptake employee refactoring human capital management uptake by using the new attributes framework.
Gg790732.pubmethod(en-us,AX.60).gif updateVendorColumns (Inherited from ReleaseUpdateDB41_smm.)
Gg790732.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.)
Gg790732.pubmethod(en-us,AX.60).gif validatedModuleName Validates that a module name is not too long. (Inherited from ReleaseUpdateDB.)
Gg790732.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg790732.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_smm Class
      ReleaseUpdateDB60_smm Class