Share via


ReleaseUpdateDB60_Asset Class [AX 2012]

Syntax

class ReleaseUpdateDB60_Asset extends ReleaseUpdateDB41_Asset

Run On

Server

Methods

  Method Description
Gg776592.pubmethod(en-us,AX.60).gif addCrossModuleDependency Adds cross module, version dependency for an upgrade script. (Inherited from ReleaseUpdateDB.)
Gg776592.pubmethod(en-us,AX.60).gif addCrossVersionModuleDependency Adds cross module, version dependency for an upgrade script. (Inherited from ReleaseUpdateDB.)
Gg776592.pubmethod(en-us,AX.60).gif addDependency Adds a dependency of a method on another method in the same class. (Inherited from ReleaseUpdateDB.)
Gg776592.protmethod(en-us,AX.60).gif addFinalJob Adds an upgrade script as a final job. (Inherited from ReleaseUpdateDB.)
Gg776592.protmethod(en-us,AX.60).gif addSharedJob Adds an upgrade script as a shared job. (Inherited from ReleaseUpdateDB.)
Gg776592.protmethod(en-us,AX.60).gif addStandardJob Adds an upgrade script as a standard job. (Inherited from ReleaseUpdateDB.)
Gg776592.protmethod(en-us,AX.60).gif addStartJob Adds an upgrade script as a start job. (Inherited from ReleaseUpdateDB.)
Gg776592.pubmethod(en-us,AX.60).gif allowDupAssetTaxDepr_LV Updates the indexes in the AssetTaxDepr_LV table to allow duplicate records.
Gg776592.pubmethod(en-us,AX.60).gif allowDupAssetTaxDeprCategory_LV Updates the indexes in the AssetTaxDeprCategory_LV table to allow duplicate records.
Gg776592.pubmethod(en-us,AX.60).gif allowDupLtAssetPackingSlipLinePrimaryIdx Updates the PrimaryIdx index in the LtAssetPackingSlipLine table to allow duplicate records.
Gg776592.pubmethod(en-us,AX.60).gif allowDupRAssetAdjustmentTable Updates the OrderIdx index of the RAssetAdjustmentTable table to allow duplicate records.
Gg776592.pubmethod(en-us,AX.60).gif allowDupRAssetMoveHist_RU Updates the index AccDateTimeUsrIdx in the table RAssetMoveHist to allow duplicate records.
Gg776592.pubmethod(en-us,AX.60).gif allowNoDupAssetTaxDepr_LV Updates the indexes in the AssetTaxDepr_LV table to not allow duplicate records.
Gg776592.pubmethod(en-us,AX.60).gif allowNoDupAssetTaxDeprCategory_LV Updates the indexes in the AssetTaxDeprCategory_LV table to not allow duplicate records.
Gg776592.pubmethod(en-us,AX.60).gif allowNoDupLtAssetPackingSlipLinePrimary Updates the PrimaryIdx index in the LtAssetPackingSlipLine table to not allow duplicate records.
Gg776592.pubmethod(en-us,AX.60).gif allowNoDupRAssetAdjustmentTable Updates the OrderIdx index of the RAssetAdjustmentTable table not to allow duplicate records.
Gg776592.pubmethod(en-us,AX.60).gif allowNoDupRAssetMoveHist_RU Updates the index AccDateTimeUsrIdx in the table RAssetMoveHist not to allow duplicate records.
Gg776592.protmethod(en-us,AX.60).gif callInsertUpdateRelatedSkipMethods Calls the skip methods that are relevant when doing inserts or updates. (Inherited from ReleaseUpdateDB.)
Gg776592.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg776592.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg776592.pubmethod(en-us,AX.60).gif fromVersion Gets the version of the Microsoft Dynamics AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Gg776592.pubmethod(en-us,AX.60).gif fromVersionEx Gets the version of the AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Gg776592.privmethod(en-us,AX.60).gif getHcmWorkerRecId
Gg776592.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg776592.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg776592.pubmethod(en-us,AX.60).gif initAdditionalJobs Contains the initial setup for additional upgrade scripts. (Inherited from ReleaseUpdateDB.)
Gg776592.pubmethod(en-us,AX.60).gif initAdditionalUpdateJobs Contains the initial setup for additional upgrade scripts. (Inherited from ReleaseUpdateDB.)
Gg776592.pubmethod(en-us,AX.60).gif initDynamicTableDependencies Creates table dependencies for scripts whose dependencies cannot be set by using upgrade attributes. (Inherited from ReleaseUpdateDB.)
Gg776592.pubmethod(en-us,AX.60).gif initJobs Builds list upgrade script classes and creates dependencies that are based on their attributes. (Inherited from ReleaseUpdateDB.)
Gg776592.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.)
Gg776592.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.)
Gg776592.pubmethod(en-us,AX.60).gif initPostSyncJobs Contains initial setup for PostSync upgrade scripts. (Overrides the initPostSyncJobs Method.)
Gg776592.pubmethod(en-us,AX.60).gif initPostSyncUpdateJobs Contains the initial setup for the PostSyncUpdate upgrade scripts. (Inherited from ReleaseUpdateDB.)
Gg776592.pubmethod(en-us,AX.60).gif initPreSyncJobs Contains initial setup for PreSync upgrade scripts. (Overrides the initPreSyncJobs Method.)
Gg776592.pubmethod(en-us,AX.60).gif initPreSyncUpdateJobs Contains the initial setup for PreSyncUpdate upgrade scripts. (Inherited from ReleaseUpdateDB.)
Gg776592.pubmethod(en-us,AX.60).gif isConfKeyEnabledInPrevVersion Determines whether the configuration key was enabled in the earlier version of the application. (Inherited from ReleaseUpdateDB.)
Gg776592.pubmethod(en-us,AX.60).gif moduleName Gets the module name of an upgrade class. (Inherited from ReleaseUpdateDB41_Asset.)
Gg776592.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg776592.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.)
Gg776592.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.)
Gg776592.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg776592.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg776592.pubmethod(en-us,AX.60).gif parmCockpit Gets or sets the Cockpit parameter. (Inherited from ReleaseUpdateDB.)
Gg776592.pubmethod(en-us,AX.60).gif parmCurrentBatch Gets or sets the CurrentBatch parameter. (Inherited from ReleaseUpdateDB.)
Gg776592.pubmethod(en-us,AX.60).gif parmScriptStage Gets or sets the ScriptStage parameter. (Inherited from ReleaseUpdateDB.)
Gg776592.pubmethod(en-us,AX.60).gif prefixCurrentClassId Gets or sets the classId parameter. (Inherited from ReleaseUpdateDB.)
Gg776592.pubmethod(en-us,AX.60).gif prefixCurrentVersion Gets or sets the version of the current instance of an upgrade class. (Inherited from ReleaseUpdateDB.)
Gg776592.pubmethod(en-us,AX.60).gif run Runs the upgrade script. (Inherited from ReleaseUpdateDB.)
Gg776592.pubmethod(en-us,AX.60).gif setImportfromVersion Sets the version of the Microsoft Dynamics AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Gg776592.protmethod(en-us,AX.60).gif setModuleConfigKey Sets the configuration keys of the current module. (Inherited from ReleaseUpdateDB.)
Gg776592.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg776592.pubmethod(en-us,AX.60).gif tableProgress Sets the progress of the upgrade process, depending on the number of tables processed. (Inherited from ReleaseUpdateDB.)
Gg776592.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg776592.pubmethod(en-us,AX.60).gif updateAssetBudget Updates LedgerDimension and OffsetLedgerDimensionfields of the AssetBudget table with the value that corresponds from the record ID of the DimensionAttributeValueCombination table.
Gg776592.pubmethod(en-us,AX.60).gif updateAssetDepBookTrans Updates the DefaultDimension field of the AssetDepBookTrans table with the corresponding value from the record ID field of the DimensionAttributeValueSet table.
Gg776592.pubmethod(en-us,AX.60).gif updateAssetDisposalParameters Updates LedgerDimension and OffsetLedgerDimensionfields of the AssetDisposalParameters table with the value that corresponds from the record ID of the DimensionAttributeValueCombination table.
Gg776592.pubmethod(en-us,AX.60).gif updateAssetGroup Updates the number sequences references in the AssetGroup table.
Gg776592.pubmethod(en-us,AX.60).gif updateAssetInternalTransferHistory Updates the AssetInternalTransferHistory table.
Gg776592.pubmethod(en-us,AX.60).gif updateAssetLedgerAccounts Updates the LedgerDimension and OffsetLedgerDimension fields of the AssetLedgerAccounts table with the value that corresponds from the record ID of the DimensionAttributeValueCombination table.
Gg776592.pubmethod(en-us,AX.60).gif updateAssetLending Updates the DefaultDimension field of the AssetLending table with the corresponding value from the record ID field of the DimensionAttributeValueSet table.
Gg776592.pubmethod(en-us,AX.60).gif updateAssetParameters Updates the AssetParameters table. (Overrides the updateAssetParameters Method.)
Gg776592.pubmethod(en-us,AX.60).gif updateAssetParameters_CN Updates the AssetParameters table.
Gg776592.pubmethod(en-us,AX.60).gif updateAssetTable_BR Updates PhysicalAssetNumber_BR field in AssetTable table.
Gg776592.pubmethod(en-us,AX.60).gif updateAssetTableLV Updates DefaultDimension field of the AssetTable table with the corresponding value from the record ID field of the DimensionAttributeValueSet table.
Gg776592.pubmethod(en-us,AX.60).gif updateDateTimeFields (Inherited from ReleaseUpdateDB41_Asset.)
Gg776592.pubmethod(en-us,AX.60).gif updateDisposalStorno_RU (Inherited from ReleaseUpdateDB41_Asset.)
Gg776592.pubmethod(en-us,AX.60).gif updateGDL_CN_EDT_Records Updates the columns that are based on EDT relations with record ID based columns.
Gg776592.pubmethod(en-us,AX.60).gif updateLandTaxAccounts_RU (Inherited from ReleaseUpdateDB41_Asset.)
Gg776592.pubmethod(en-us,AX.60).gif updateLifeHistory_RU (Inherited from ReleaseUpdateDB41_Asset.)
Gg776592.pubmethod(en-us,AX.60).gif updateLtAssetPackingSlip Updates the LtAssetPackingSlipLine table by migrating the value of responsible from and location from the LtAssetPackingSlip table as the information was moved from the header record to the line record.Updates the LtAssetPackingSlip surrogate key column, depending on the LtAssetPackingSlip table in the LtAssetPackingSlipLine table.
Gg776592.pubmethod(en-us,AX.60).gif updateMappingFields Add special field mapping for AssetTable table.
Gg776592.pubmethod(en-us,AX.60).gif updateQuantityField Runs the upgrade script for the Quantity field on the AssetTable table. (Inherited from ReleaseUpdateDB41_Asset.)
Gg776592.pubmethod(en-us,AX.60).gif updateRAssetAdjustmentTable Updates the RAssetAdjustmentTable table.
Gg776592.pubmethod(en-us,AX.60).gif updateRAssetBudget_RU Updates LedgerDimension and OffsetLedgerDimensionfields of the RAssetBudgetTrans table with the value that corresponds from the record ID of the DimensionAttributeValueCombination table.
Gg776592.pubmethod(en-us,AX.60).gif updateRAssetDisposalParameters_RU Updates LedgerDimension and OffsetLedgerDimensionfields of the RAssetDisposalParameters table with the value that corresponds from the record ID of the DimensionAttributeValueCombination table.
Gg776592.pubmethod(en-us,AX.60).gif updateRAssetLedgerAccounts_RU Updates LedgerDimension and OffsetLedgerDimensionfields of the RAssetLedgerAccounts table with the value that corresponds from the record ID of the DimensionAttributeValueCombination table.
Gg776592.pubmethod(en-us,AX.60).gif updateRAssetMoveHist_RU Updates the RAssetMoveHist table.
Gg776592.pubmethod(en-us,AX.60).gif updateRAssetParameters_RU Updates the RAssetParameters table.
Gg776592.pubmethod(en-us,AX.60).gif updateRAssetStandardTable_RU Updates DefaultDimension field of the RAssetStandardTable table with the value that corresponds from the record ID of the DimensionAttributeValueSet table.
Gg776592.pubmethod(en-us,AX.60).gif updateRAssetTaxAllowanceHist_RU Updates the RAssetTaxAllowanceHistory table.
Gg776592.pubmethod(en-us,AX.60).gif updateTaxDepreciationTables Updates the AssetTaxDepr_LV and AssetTaxDeprCategory_LV tables.
Gg776592.pubmethod(en-us,AX.60).gif updateTransportTax_RU Updates the RTax25RegisterTrans table.
Gg776592.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.)
Gg776592.pubmethod(en-us,AX.60).gif validatedModuleName Validates that a module name is not too long. (Inherited from ReleaseUpdateDB.)
Gg776592.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg776592.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_Asset Class
      ReleaseUpdateDB60_Asset Class