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