ReleaseUpdateDB60_Invent Class [AX 2012]

Updates the inventory data based on the enhancement that is performed in this version.

Syntax

class ReleaseUpdateDB60_Invent extends ReleaseUpdateDB41_Invent

Run On

Server

Methods

  Method Description
Gg781476.pubmethod(en-us,AX.60).gif addCrossModuleDependency Adds cross module, version dependency for an upgrade script. (Inherited from ReleaseUpdateDB.)
Gg781476.pubmethod(en-us,AX.60).gif addCrossVersionModuleDependency Adds cross module, version dependency for an upgrade script. (Inherited from ReleaseUpdateDB.)
Gg781476.pubmethod(en-us,AX.60).gif addDependency Adds a dependency of a method on another method in the same class. (Inherited from ReleaseUpdateDB.)
Gg781476.protmethod(en-us,AX.60).gif addFinalJob Adds an upgrade script as a final job. (Inherited from ReleaseUpdateDB.)
Gg781476.protmethod(en-us,AX.60).gif addSharedJob Adds an upgrade script as a shared job. (Inherited from ReleaseUpdateDB.)
Gg781476.protmethod(en-us,AX.60).gif addStandardJob Adds an upgrade script as a standard job. (Inherited from ReleaseUpdateDB.)
Gg781476.protmethod(en-us,AX.60).gif addStartJob Adds an upgrade script as a start job. (Inherited from ReleaseUpdateDB.)
Gg781476.pubmethod(en-us,AX.60).gif allowDupInventItemGTINGlobalTradeItemNum Updates GlobalTradeItemNumberIdx index on the InventItemGTIN table to allow duplicate records.
Gg781476.pubmethod(en-us,AX.60).gif allowDupInventJournalLineTransIdIdx Updates the TransIdIdx index on the InventJournalTrans table to allow duplicate records.
Gg781476.pubmethod(en-us,AX.60).gif allowDupInventProdComLineDetailKeyIdx Updates the key index in the InventProdComLineDetail table to allow for duplicate records.
Gg781476.pubmethod(en-us,AX.60).gif allowDupInventProdComLineWithCodeKeyIdx Updates the key index in the InventProdComLineWithCode table to allow for duplicate records.
Gg781476.pubmethod(en-us,AX.60).gif allowDupInventProdComLineWithoutCodeKeyI Updates the key index in the InventProdComLineWithoutCode table to allow for duplicate records.
Gg781476.pubmethod(en-us,AX.60).gif allowDupInventTestEmplResponsibleWorkerI Updates the WorkerIdx index in the InventTestEmplResponsible table to allow duplicate records.
Gg781476.pubmethod(en-us,AX.60).gif allowDupInventTransferLine Updates the TransIdTransitToIdx and the TransIdTransitFromIdx indexes on the InventTransferLine table to allow duplicate records.
Gg781476.pubmethod(en-us,AX.60).gif allowDupInventTransferLineIdxs (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif allowDupInventTransPostingIdx
Gg781476.pubmethod(en-us,AX.60).gif allowDupInvtFsclLIFOJrnllTrnsAdjGrpIdx Updates the index GroupItemYearIdx value in the InventFiscalLIFOJournalTransAdj table to allow for duplicate records.
Gg781476.pubmethod(en-us,AX.60).gif allowDupShipCarrierCompanyAccounts Updates the index AccountCodeIdx in the table ShipCarrierCompanyAccounts to allow for duplicate records.
Gg781476.pubmethod(en-us,AX.60).gif allowDupTaxInventVATCommodityCode_INItem Updates the index ItemLogisticAddressStateIdx in the table TaxInventVATCommodityCode_IN to allow duplicate records.
Gg781476.pubmethod(en-us,AX.60).gif allowDupWMSReservationCombinationLineIdx Updates the CombinationSequenceIdx index in the WMSReservationCombinationLine table to allow duplicate records.
Gg781476.pubmethod(en-us,AX.60).gif allowDupWMSReservationSequenceLineIdx Updates the SequenceIdx index in the WMSReservationSequenceLine table to allow duplicate records.
Gg781476.pubmethod(en-us,AX.60).gif allowNoDupInventItemGTINGlobalTradeItemN Updates the GlobalTradeItemNumberIdx index on the InventItemGTIN table to not allow duplicate records.
Gg781476.pubmethod(en-us,AX.60).gif allowNoDupInventJournalLineTransIdIdx Updates the TransIdIdx index in the InventJournalTrans table to not allow duplicate records.
Gg781476.pubmethod(en-us,AX.60).gif allowNoDupInventProdComLineDetailKeyIdx Updates the key index in the InventProdComLineDetail table to disallow duplicate records.
Gg781476.pubmethod(en-us,AX.60).gif allowNoDupInventProdComLineWithCodeKeyId Updates the key index in the InventProdComLineWithCode table to disallow duplicate records.
Gg781476.pubmethod(en-us,AX.60).gif allowNoDupInventProdComLineWithoutCodeKe Updates the key index of a record in the InventProdComLineWithoutCode table to disallow duplicate records.
Gg781476.pubmethod(en-us,AX.60).gif allowNoDupInventTestEmplResponsibleWorke Updates the WorkerIdx index in the InventTestEmplResponsible table to not allow for duplicate records.
Gg781476.pubmethod(en-us,AX.60).gif allowNoDupInventTransferLine Updates the TransIdTransitToIdx and the TransIdTransitFromIdx indexes on the InventTransferLine table to not allow duplicate records.
Gg781476.pubmethod(en-us,AX.60).gif allowNoDupInventTransferLineIdxs (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif allowNoDupInventTransPostingIdx
Gg781476.pubmethod(en-us,AX.60).gif allowNoDupInvtFsclLIFOJrnllTrnsAdjGrpIdx Updates the GroupItemYearIdx record in the InventFiscalLIFOJournalTransAdj table to disallow duplicate records.
Gg781476.pubmethod(en-us,AX.60).gif allowNoDupShipCarrierCompanyAccounts Updates the index AccountCodeIdx in the table ShipCarrierCompanyAccounts to disallow duplicate records.
Gg781476.pubmethod(en-us,AX.60).gif allowNoDupTaxInventVATCommodityCode_INIt Updates the index ItemLogisticAddressStateIdx in the table TaxInventVATCommodityCode_IN not to allow duplicate records.
Gg781476.pubmethod(en-us,AX.60).gif allowNoDupWMSReservationCombLineIdx Updates the kCombinationSequenceIdx index in the WMSReservationCombinationLine table to not allow duplicate records.
Gg781476.pubmethod(en-us,AX.60).gif allowNoDupWMSReservationSequenceLineIdx Updates the kSequenceIdx index in the WMSReservationSequenceLine table to not allow duplicate records.
Gg781476.privmethod(en-us,AX.60).gif areTablesSharedTogether Tests whether two tables are shared together, for example, if the DataAreaId fields will have the same values for every company.
Gg781476.protmethod(en-us,AX.60).gif callInsertUpdateRelatedSkipMethods Calls the skip methods that are relevant when doing inserts or updates. (Inherited from ReleaseUpdateDB.)
Gg781476.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg781476.protmethod(en-us,AX.60).gif changeClusterIndex Changes the clustered index on a table.
Gg781476.pubmethod(en-us,AX.60).gif createBlankInventDim Creates a blank InventDim record if one does not exist. (Overrides the createBlankInventDim Method.)
Gg781476.pubmethod(en-us,AX.60).gif createCostingVoucherNumSeq Assigns the number sequences that are selected in the pre-upgrade.
Gg781476.protmethod(en-us,AX.60).gif createDefaultOrderSettings Creates default order settings for all items. (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.protmethod(en-us,AX.60).gif createInventDimForOrderSettings Creates records in the InventDim table for all distinct warehouses and sites that correspond in the InventTableModule table. (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif createInventItemLocationCountingStatus This method creates InventItemLocationCountingStatus records that hold current counting status for the related InventItemLocation record.
Gg781476.pubmethod(en-us,AX.60).gif createInventSite Populates the InventSite table with the sites defined during forced multisite activation.
Gg781476.protmethod(en-us,AX.60).gif createMissingSiteSpecificOrderSettings Makes sure that there are matching site specific order settings in the InventItemInventSetup, InventItemSalesSetup and InventItemPurchSetup, tables. (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.protmethod(en-us,AX.60).gif createSiteSpecificOrderSettings Creates site specific order settings for all items. (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif createTransferAccounts Makes a copy of profit or loss accounts that will be used to post transfers. (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif createWMSLocationLoadCurrent This method creates wmsLocationLoad records that hold aggregated physical values for WMSLocation locations.
Gg781476.pubmethod(en-us,AX.60).gif createWMSLocationLoadCurrentPallets This method creates wmsLocationLoad records which holds aggregated physical values for WMSLocation records.
Gg781476.pubmethod(en-us,AX.60).gif createWMSLocationLoadReserved This method creates wmsLocationLoad records with reserved quantities values for WMSLocation records. The records are created based on based on items moved by WMSTransport transports.
Gg781476.pubmethod(en-us,AX.60).gif createWMSLocationLoadReservedPallet This method creates wmsLocationLoad records with reserved quantities values for WMSLocation locations.
Gg781476.pubmethod(en-us,AX.60).gif createWMSPickingData Creates data in the Warehouse Management System (WMS) tables that are based on data in the DEL_InventPick tables (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif createWMSPickingNumberSequences (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif deleteAssetInventTrans Deletes AssetInventTrans records.
Gg781476.pubmethod(en-us,AX.60).gif deleteDupInventJournalTransTransIdIdx Deletes potential duplicates that violate the new unique index.
Gg781476.pubmethod(en-us,AX.60).gif deleteDupShipCarrierCompanyAccounts Deletes potential duplicates violating the new unique index.
Gg781476.pubmethod(en-us,AX.60).gif deleteInventTransferLine Deletes potential duplicates that violate the two new unique indices.
Gg781476.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg781476.protmethod(en-us,AX.60).gif findNewConfigGroupId Determines a new unique configuration group name.
Gg781476.pubmethod(en-us,AX.60).gif fromVersion Gets the version of the Microsoft Dynamics AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Gg781476.pubmethod(en-us,AX.60).gif fromVersionEx Gets the version of the AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Gg781476.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg781476.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg781476.pubmethod(en-us,AX.60).gif initAdditionalJobs Contains the initial setup for additional upgrade scripts. (Inherited from ReleaseUpdateDB.)
Gg781476.pubmethod(en-us,AX.60).gif initAdditionalUpdateJobs Contains the initial setup for additional upgrade scripts. (Inherited from ReleaseUpdateDB.)
Gg781476.pubmethod(en-us,AX.60).gif initDynamicTableDependencies Creates table dependencies for scripts whose dependencies cannot be set by using upgrade attributes. (Inherited from ReleaseUpdateDB.)
Gg781476.pubmethod(en-us,AX.60).gif initJobs Builds list upgrade script classes and creates dependencies that are based on their attributes. (Inherited from ReleaseUpdateDB.)
Gg781476.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.)
Gg781476.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.)
Gg781476.pubmethod(en-us,AX.60).gif initPostSyncJobs Contains the initial setup for the post synchronization upgrade scripts. (Overrides the initPostSyncJobs Method.)
Gg781476.pubmethod(en-us,AX.60).gif initPostSyncUpdateJobs Contains the initial setup for the PostSyncUpdate upgrade scripts. (Inherited from ReleaseUpdateDB.)
Gg781476.pubmethod(en-us,AX.60).gif initPreSyncJobs Contains the initial setup for the pre synchronization upgrade scripts. (Overrides the initPreSyncJobs Method.)
Gg781476.pubmethod(en-us,AX.60).gif initPreSyncUpdateJobs Contains the initial setup for PreSyncUpdate upgrade scripts. (Inherited from ReleaseUpdateDB.)
Gg781476.pubmethod(en-us,AX.60).gif isConfKeyEnabledInPrevVersion Determines whether the configuration key was enabled in the earlier version of the application. (Inherited from ReleaseUpdateDB.)
Gg781476.privmethod(en-us,AX.60).gif isProductDimensionsEnabled Determines if any configuration keys that control product dimensions are enabled.
Gg781476.protmethod(en-us,AX.60).gif isUpgradingFromAX4 Validates that the upgrade is being performed from 4.
Gg781476.pubmethod(en-us,AX.60).gif moduleName Gets the module name of an upgrade class. (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg781476.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.)
Gg781476.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.)
Gg781476.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg781476.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg781476.pubmethod(en-us,AX.60).gif parmCockpit Gets or sets the Cockpit parameter. (Inherited from ReleaseUpdateDB.)
Gg781476.pubmethod(en-us,AX.60).gif parmCurrentBatch Gets or sets the CurrentBatch parameter. (Inherited from ReleaseUpdateDB.)
Gg781476.pubmethod(en-us,AX.60).gif parmScriptStage Gets or sets the ScriptStage parameter. (Inherited from ReleaseUpdateDB.)
Gg781476.privmethod(en-us,AX.60).gif pmfUpdateInventItemSetupSupplyType Sets the InventTable records default supply type per PmfProductType values.
Gg781476.pubmethod(en-us,AX.60).gif prefixCurrentClassId Gets or sets the classId parameter. (Inherited from ReleaseUpdateDB.)
Gg781476.pubmethod(en-us,AX.60).gif prefixCurrentVersion Gets or sets the version of the current instance of an upgrade class. (Inherited from ReleaseUpdateDB.)
Gg781476.pubmethod(en-us,AX.60).gif prepProductDimSetupForMultiSite Makes sure that records related to a site that are inserted into the DEL_inventDimSetup table during the upgrade will be copied so that the 6.0 upgrade of the product dimensions will reflect the dimension setup. (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif run Runs the upgrade script. (Inherited from ReleaseUpdateDB.)
Gg781476.pubmethod(en-us,AX.60).gif setImportfromVersion Sets the version of the Microsoft Dynamics AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Gg781476.protmethod(en-us,AX.60).gif setModuleConfigKey Sets the configuration keys of the current module. (Inherited from ReleaseUpdateDB.)
Gg781476.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg781476.pubmethod(en-us,AX.60).gif tableProgress Sets the progress of the upgrade process, depending on the number of tables processed. (Inherited from ReleaseUpdateDB.)
Gg781476.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg781476.pubmethod(en-us,AX.60).gif updateAssetInventTrans Updates the AssetInventTrans table with all the missing records from the InventTrans table regarding fixed asset relation, keeping two tables in sync.
Gg781476.pubmethod(en-us,AX.60).gif updateBOMCalcTable Updates the BOMCalcTable table to the new structure in AX 6.0.
Gg781476.pubmethod(en-us,AX.60).gif updateBOMConfigGroup Updates the configGroupId fields on BOM table and ConfigChoice table as the field ConfigChoice.BOMRefRecId is removed.
Gg781476.pubmethod(en-us,AX.60).gif updateCostingVersion Updates the costing versions with default settings for the new cost calculation options.
Gg781476.pubmethod(en-us,AX.60).gif updateCostSheetCalculationBasis Updates the SurchargeSubtype and RateSubtype fields of the CostSheetCalculationBasis table with the corresponding values from the CalculationSurchargeSubtype and CalculationRateSubtype fields of the CostSheetNodeTable table.
Gg781476.pubmethod(en-us,AX.60).gif updateCostSheetTable Updates all the nodes in the costing sheet to contain the correct value of the CostPriceType enumeration.
Gg781476.pubmethod(en-us,AX.60).gif updateDateTimeFields (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif updateDeliveryDateControlType Sets the DeliveryDateControlType to SalesLeadTime, if the DEL_DeliveryDateControl is true. (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif updateFieldMappingInventDim Creates special field mapping for the InventDim table that instructs the framework to update the record ID from the shadow table in the earlier version. (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif updateGDL_BE_EDT_Records Updates the replacement key column in the foreign tables with the value from the record ID of the primary table.
Gg781476.pubmethod(en-us,AX.60).gif updateGDL_IT_EDT_Records Updates the replacement key column in the foreign tables with the value from the record ID of the primary table.
Gg781476.pubmethod(en-us,AX.60).gif updateGDL_TH_EDT_Records Updates the Thai withholding EDT relations with record ID table based relations.
Gg781476.pubmethod(en-us,AX.60).gif updateGoodsInRouteTrans_RU Updates GoodsInRouteTrans_RU table sets the defualt InventQty value
Gg781476.pubmethod(en-us,AX.60).gif updateInventAccountType_IN Update the value for InventAccountType field in InventPosting table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventAssetType_RU Update the value for ItemType field in InventTable table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventClosing_RU Update the value for InventSumDateFinancialCalcFinished_RU field in InventClosing table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventClosingNonFinInventTrans Populates the InventClosingNonFinancialInventTrans table by using the DEL_NonFinancialTransfInventClosingrecord ID and RecId fields in the InventTrans table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventCostListTrans Populates the InventTransOrigin and ReturnInventTransOrigin fields of the InventCostListTrans table with the reference to the inventory transaction originator.
Gg781476.pubmethod(en-us,AX.60).gif updateInventDimSetup (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif updateInventDimSetupGrid Updates records in the InventDimSetupGrid table if multisite activation is performed during the upgrade. (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif updateInventItemGroupFieldsIds_IS Changes the field IDs from the Icelandic GLS layer to the SYS layer. (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif updateInventItemGroupItem Creates a record in the InventItemGroupItem table for each item and related item group.
Gg781476.pubmethod(en-us,AX.60).gif updateInventItemGTIN Updates the GlobalTradeItemNumber field in records in the InventItemGTIN table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventItemOrderSetup Creates default and site specific item order settings by copying values from the InventTableModule table. (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif updateInventItemPrice (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif updateInventItemPriceMultisite Creates prices on all sites defined during forced multisite activation. (Overrides the updateInventItemPriceMultisite Method.)
Gg781476.pubmethod(en-us,AX.60).gif updateInventItemPriceSim Creates the pending prices and updates costing versions. (Overrides the updateInventItemPriceSim Method.)
Gg781476.pubmethod(en-us,AX.60).gif updateInventItemSalesSetup Populates the OverrideSalesLeadTime field of the InventItemSalesSetup table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventItemSampling Updates the InventItemSampling table records with a zero sampling value.
Gg781476.pubmethod(en-us,AX.60).gif updateInventItemSetupSupplyType Populates the DeafultOrderType field of the InventItemSetupSupplyType table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventJournalName Updates the LedgerDimension value of the InventJournalName table with the corresponding value from the record ID of the field of the DimensionAttributeValueCombination table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventJournalTrans Updates the ToInventTransId field of the InventJournalTrans table. (Overrides the updateInventJournalTrans Method.)
Gg781476.pubmethod(en-us,AX.60).gif updateInventJournalTrans_IN Updates the ExciseTariffCodes_IN and WarehouseLocation_IN fields of the InventJournalTrans table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventLocation Creates the default warehouse as it was defined during forced multisite activation and updates all warehouses setting the site ID.
Gg781476.pubmethod(en-us,AX.60).gif updateInventModelGroup Populates the StockedProduct field of the InventModelGroup table with the default inventoried policy.
Gg781476.pubmethod(en-us,AX.60).gif updateInventModelGroupItem Creates a record in the InventModelGroupItem table for each item and related item model group.
Gg781476.pubmethod(en-us,AX.60).gif updateInventNonConformanceTable Updates the DefaultDimension value of the InventNonConformanceTable table with the corresponding value from the record ID of the DimensionAttributeValueSet table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventOriginFromDELTable Populates the InventTransOrigin table with information from the DEL_InventTransOriginUpgrade table which was populated on the source system to handle special cases.
Gg781476.pubmethod(en-us,AX.60).gif updateInventOriginJournalTrans Populates the InventTransOriginJournalTrans table with the relationship information from the InventJournalTrans table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventOriginJourReceipt Populates the InventTransOriginJournalTransReceipt table with the relationship information from the InventJournalTrans table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventOriginNoParty Populates the InventTransOrigin table with information from the InventTrans table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventOriginParty Populates the Party value in the InventTransOrigin table with value of the InventTrans table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventOriginPmfProdCoBy Populates the InventTransOriginPmfProdCoBy table with the relationship information from the PmfProdCoBy table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventOriginProdBOM Populates the InventTransOriginProdBOM table with the relationship information from the ProdBOM table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventOriginProdTable Populates the InventTransOriginProdTable table with the relationship information from the ProdTable table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventOriginPurchLine Populates the InventTransOriginPurchLine table with the relationship information from the PurchLine table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventOriginQualityOrder Populates the InventTransOriginQualityOrder table with the relationship information from the InventQualityOrderTable table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventOriginQuarantOrder Populates the InventTransOriginQuarantineOrder table with the relationship information from the InventQuarantineOrder table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventOriginQuotationLine Populates the InventTransOriginSalesQuotationLine table with the relationship information from the SalesQuotationLine table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventOriginRAssetScrap_RU Populates the InventTransOriginRAssetScrap_RU table with the relationship information from the RAssetScrap table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventOriginRFQCaseLine Populates the InventTransOriginPurchRFQCaseLine table with the relationship information from the PurchRFQCaseLine table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventOriginRFQLine Populates the InventTransOriginPurchRFQLine table with the relationship information from the PurchRFQLine table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventOriginSalesLine Populates the InventTransOriginSalesLine table with the relationship information from the SalesLine table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventOriginTransfReceive Populates the InventTransOriginTransferReceive table with the relationship information from the InventTransferLine table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventOriginTransfScrap Populates the InventTransOriginTransferScrap table with the relationship information from the InventTransferLine table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventOriginTransfShip Populates the InventTransOriginTransferShip table with the relationship information from the InventTransferLine table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventOriginTransitFrom Populates the InventTransOriginTransferTransitFrom table with the relationship information from the InventTransferLine table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventOriginTransitTo Populates the InventTransOriginTransferTransitTo table with the relationship information from the InventTransferLine table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventOriginWMSOrder Populates the InventTransOriginWMSOrder table with the relationship information from the WMSOrder table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventPackMaterTrans Updates the LogisticsPostalAddress field of the InventPackagingMaterialTrans table with the corresponding values from the DeliveryPostalAddress field of the CustInvoiceTrans table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventParameters Updates the InventParameter table. (Overrides the updateInventParameters Method.)
Gg781476.pubmethod(en-us,AX.60).gif updateInventParametersFieldsIds_IS Changes field IDs from the Icelandic GLS range to SYS range numbers. (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif updateInventPosting Updates the InventPosting table by setting the LedgerDimension and InventAccountType values by using the Pre-upgrade data. (Overrides the updateInventPosting Method.)
Gg781476.pubmethod(en-us,AX.60).gif updateInventSite Updates DefaultDimension field of the InventSite table with the corresponding value from the record ID field of the DimensionAttributeValueSet table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventSum Updates the InventSum table with new values from the DEL_InventSumUpgrade table. (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif updateInventSumDateFinancialDim_RU Adds the InventSumDateFinancialDim_RU table to the list of exceptions during upgrade bulk copy operation so it is not copied from the source system.
Gg781476.pubmethod(en-us,AX.60).gif updateInventSumDateFinancialTrans_RU Adds the InventSumDateFinancialTrans_RU table to the list of exceptions during upgrade bulk copy operation so it is not copied from the source system.
Gg781476.pubmethod(en-us,AX.60).gif updateInventSumDateTrans Adds the InventSumDateTrans table to the list of exceptions during upgrade bulk copy operation so that it is not copied from the source system.
Gg781476.pubmethod(en-us,AX.60).gif updateInventTable Updates all of the records from the InventTable table where the itemType field is equal to the DEL_BOM enumeration value. (Overrides the updateInventTable Method.)
Gg781476.pubmethod(en-us,AX.60).gif updateInventTestArea Migrates data from the old InventTestArea table to the WMSStoreArea table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventTestAssociationTable Updates all records in the InventTestAssociationTable table to populate correct block process values and updates or deletes all quality associations for sales orders after packing slip.
Gg781476.pubmethod(en-us,AX.60).gif updateInventTrans Populates the InventTransOrigin field of the InventTrans table with the reference to the inventory transaction originator.
Gg781476.pubmethod(en-us,AX.60).gif updateInventTransClusterIndexToRecId Updates the clustered index on the InventTrans table to be the RecId index.
Gg781476.pubmethod(en-us,AX.60).gif updateInventTransClusterIndxTransOrigIdx Updates the clustered index on the InventTrans table to be the TransOriginIdx index and synchronizes the changes to the database.
Gg781476.pubmethod(en-us,AX.60).gif updateInventTransferLine Updates the InventTransIdTransitFrom and InventTransIdTransitTo fields for the InventTransferLine table. (Overrides the updateInventTransferLine Method.)
Gg781476.pubmethod(en-us,AX.60).gif updateInventTransferLineDimensions_IN Updates the DefaultDimension_IN value in the InventTransferLine table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventTransferParmTblPrintSettings Converts the Invent transfer parameter table PrintJobSettings for X++ report to SRSPrintDestinationSettings for SSRS reports.
Gg781476.pubmethod(en-us,AX.60).gif updateInventTransGoodsInRoute_RU Populates the InventTransOriginDelivery_RU, InventTransOriginSales_RU and InventTransOriginTransit_RU fields of the InventTrans table with the reference to the originator of the inventory transaction.
Gg781476.pubmethod(en-us,AX.60).gif updateInventTransMarking Populates the MarkingRefInventTransOrigin field of the InventTrans table with the reference to the originator of the inventory transaction.
Gg781476.pubmethod(en-us,AX.60).gif updateInventTransOriginAC Populates the InventTransOriginAssemblyComponent table with the parent relationship information from the InventTrans table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventTransOriginProdJourRel_RU Populates the InventTransOriginProdJournalRelease_RU table with the relationship information from the ProdJournalRelease_RU table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventTransOriginTransfer Populates the InventTransOriginTransfer table with the transfer relationship information from the InventTrans table.
Gg781476.pubmethod(en-us,AX.60).gif updateInventTransPosting Populates the InventTransOrigin field of the InventTransPosting table with the reference to the inventory transaction originator.
Gg781476.pubmethod(en-us,AX.60).gif updateInventTransReturn Populates the ReturnInventTransOrigin field of the InventTrans table with the reference to the originator of the inventory transaction.
Gg781476.pubmethod(en-us,AX.60).gif updateInventTurnoverReportLine_RU Adds the InventTurnoverReportLine_RU table to the list of exceptions during upgrade bulk copy operation so it is not copied from the source system.
Gg781476.pubmethod(en-us,AX.60).gif updateInventValueReport Updates the InventoryLedgerDimension, WIPLedgerDimension, DeferredCOGSLedgerDimension and COGSLedgerDimension fields of the InventValueReport table with the corresponding values from the record ID field of the DimensionAttributeValueCombination table.
Gg781476.pubmethod(en-us,AX.60).gif updateInvTransferParmLineDimensions_IN Updates the DefaultDimension_IN value in the InventTransferLine table.
Gg781476.pubmethod(en-us,AX.60).gif updateMappingFields Adds special field mapping for the InventTransPosting
Gg781476.pubmethod(en-us,AX.60).gif updateMultisiteDefaults Updates the InventParameters and CompanyInfo tables setting the default values as it was defined during forced multisite activation.
Gg781476.pubmethod(en-us,AX.60).gif updateNGPCodes Updates the NGPCodesTable_FR field in the InventTable table with the value from the record ID field of the NGPCodesTable_FR table.
Gg781476.pubmethod(en-us,AX.60).gif updateNumberSequenceTableReference Updates references to the NumberSequenceTable table because of a primary key being changed for that table.
Gg781476.pubmethod(en-us,AX.60).gif updateRouteCostCategoryPrice (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif updateTaxInventVATCommodityCode_IN Updates the columns for VAT Commodity codes.
Gg781476.pubmethod(en-us,AX.60).gif updateTestAssociationSampling Updates the InventTestAssociationTable records without item sampling assigned.
Gg781476.pubmethod(en-us,AX.60).gif updateWMSAisle Makes sure that all warehouse aisle, location and pallets have a warehouse specified.
Gg781476.pubmethod(en-us,AX.60).gif updateWMSForkliftOperator Populates the new WMSForkliftOperator table.
Gg781476.pubmethod(en-us,AX.60).gif updateWMSLocation Updates the maxVolume field in records in the WMSLocation table.
Gg781476.pubmethod(en-us,AX.60).gif updateWMSOrder Updates records in the WMSOrder table. (Overrides the updateWMSOrder Method.)
Gg781476.pubmethod(en-us,AX.60).gif updateWMSOrderTrans Updates records in the WMSOrderTrans table. (Overrides the updateWMSOrderTrans Method.)
Gg781476.pubmethod(en-us,AX.60).gif updateWMSPickingRoute Updates the optimizedPicking, autoDecreaseQty, and expeditionStatus fields on the WMSPickingRoute table. (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif updateWMSPickingRouteLink (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif updateWMSReservationCombinationLine Ensures that no records are violating the uniqueness of the CombinationSequenceIdx index
Gg781476.pubmethod(en-us,AX.60).gif updateWMSReservationSequenceData (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif updateWMSReservationSequenceLine Ensures that no records are violating the uniqueness of the CombinationSequenceIdx index
Gg781476.pubmethod(en-us,AX.60).gif updateWMSShipment (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif updateWMSShipmentTemplate (Inherited from ReleaseUpdateDB41_Invent.)
Gg781476.pubmethod(en-us,AX.60).gif updateWMSTransport This method updates records in the WMSTransport table so that the new fields, the totalWeight and totalVolume fields, are populated. (Overrides the updateWMSTransport Method.)
Gg781476.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.)
Gg781476.pubmethod(en-us,AX.60).gif validatedModuleName Validates that a module name is not too long. (Inherited from ReleaseUpdateDB.)
Gg781476.pubmethod(en-us,AX.60).gif validateInventTransCustVendAC Validates that the DEL_CustVendAC field in the InventTrans table is unique for each DataAreaId, InventTransId value.
Gg781476.pubmethod(en-us,AX.60).gif validateInventTransIdFather Validates and makes sure that the DEL_InventTransIdFather field in the InventTrans table has valid values.
Gg781476.pubmethod(en-us,AX.60).gif validateInventTransIdReturn Verifies that the InventTrans.del_InventTransIdReturn field is either blank or contains a valid reference.
Gg781476.pubmethod(en-us,AX.60).gif validateInventTransIdTransfer Verifies that the InventTrans.del_InventTransIdTransfer field is either blank or contains a valid reference.
Gg781476.pubmethod(en-us,AX.60).gif validateInventTransInventDim Verifies that the InventTrans.InventDimId field contains a valid reference.
Gg781476.pubmethod(en-us,AX.60).gif validateInventTransProductDim Validates that the InventDim table for product dimensions exists.
Gg781476.pubmethod(en-us,AX.60).gif validateInventTransRefTransId Verifies that the InventTrans.del_InventRefTransId field is either blank or contains a valid reference.
Gg781476.pubmethod(en-us,AX.60).gif validateTableCollections Verifies that the InventTrans and InventTransOrigin tables are shared together.
Gg781476.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg781476.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_Invent Class
      ReleaseUpdateDB60_Invent Class