Share via


ReleaseUpdateDB60_Proj Class [AX 2012]

Updates the data based on the enhancement done in this version of AX.

Syntax

class ReleaseUpdateDB60_Proj extends ReleaseUpdateDB41_Proj

Run On

Server

Methods

  Method Description
Gg763663.pubmethod(en-us,AX.60).gif addCrossModuleDependency Adds cross module, version dependency for an upgrade script. (Inherited from ReleaseUpdateDB.)
Gg763663.pubmethod(en-us,AX.60).gif addCrossVersionModuleDependency Adds cross module, version dependency for an upgrade script. (Inherited from ReleaseUpdateDB.)
Gg763663.pubmethod(en-us,AX.60).gif addDependency Adds a dependency of a method on another method in the same class. (Inherited from ReleaseUpdateDB.)
Gg763663.protmethod(en-us,AX.60).gif addFinalJob Adds an upgrade script as a final job. (Inherited from ReleaseUpdateDB.)
Gg763663.protmethod(en-us,AX.60).gif addSharedJob Adds an upgrade script as a shared job. (Inherited from ReleaseUpdateDB.)
Gg763663.protmethod(en-us,AX.60).gif addStandardJob Adds an upgrade script as a standard job. (Inherited from ReleaseUpdateDB.)
Gg763663.protmethod(en-us,AX.60).gif addStartJob Adds an upgrade script as a start job. (Inherited from ReleaseUpdateDB.)
Gg763663.pubmethod(en-us,AX.60).gif allowDupProjActivityActivityNumberIdx (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif allowDupProjCostPriceExpenseProjEmplCatD Updates the index ProjEmplCatDateIdx in the table ProjCostPriceExpense to allow duplicate records.
Gg763663.pubmethod(en-us,AX.60).gif allowDupProjCostSalesPriceProjCatEmplDat Updates the index ProjCatEmplDateIdx in the table ProjCostSalesPrice to allow duplicate records.
Gg763663.pubmethod(en-us,AX.60).gif allowDupProjDefaultOffsetSetupDefaultOff Updates the index DefaultOffsetAccountIndex in the table ProjDefaultOffsetSetup to allow duplicate records.
Gg763663.pubmethod(en-us,AX.60).gif allowDupProjExpPolicyGroupEmplHcmWorkerI Updates the index HcmWorkerIdx in the table ProjExpPolicyGroupEmpl to allow duplicate records.
Gg763663.pubmethod(en-us,AX.60).gif allowDupProjHourCostPriceProjEmplCatDate Updates the index ProjEmplCatDateIdx in the table ProjHourCostPrice to allow duplicate records.
Gg763663.pubmethod(en-us,AX.60).gif allowDupProjHourSalesPriceProjCatEmplDat Updates the index ProjCatEmplDateIdx in the table ProjHourSalesPrice to allow duplicate records.
Gg763663.pubmethod(en-us,AX.60).gif allowDupProjPeriodEmplPeriodIdIdx Updates the index PeriodIdIdx in the table ProjPeriodEmpl to allow duplicate records.
Gg763663.pubmethod(en-us,AX.60).gif allowDupProjRevenueSalesPriceProjCatEmpl Updates the index ProjCatEmplDateIdx in the table ProjRevenueSalesPrice to allow duplicate records.
Gg763663.pubmethod(en-us,AX.60).gif allowDupProjValEmplCategorySetUpGroupEmp Updates the index GroupEmplIdx in the table ProjValEmplCategorySetUp to allow duplicate records.
Gg763663.pubmethod(en-us,AX.60).gif allowDupProjValEmplProjSetupGroupProjIdx Updates the index GroupProjIdx in the table ProjValEmplProjSetup to allow duplicate records.
Gg763663.pubmethod(en-us,AX.60).gif allowDupSyncProjTransIdx Updates the index SyncProjTransIdx in the table SyncProjTransaction to allow duplicate records.
Gg763663.pubmethod(en-us,AX.60).gif allowDupSyncSimpleTransSimpleTransIdx Updates the index SimpleTransIdx in the table SyncSimpleTrans to allow duplicate records.
Gg763663.pubmethod(en-us,AX.60).gif allowDupTSTableSourceDocIdxMinor Updates the index SourceDocumentHeaderIdx in the table TSTimesheetTable to allow duplicate records.
Gg763663.pubmethod(en-us,AX.60).gif allowDupTSTimesheetEmployeeFilterIdx Updates the index Idx in the table TSTimesheetEmployeeFilter to allow duplicate records.
Gg763663.pubmethod(en-us,AX.60).gif allowDupTSTimesheetTableSourceDocIdx Updates the index SourceDocumentHeaderIdx in the table TSTimesheetTable to allow duplicate records.
Gg763663.pubmethod(en-us,AX.60).gif allowDupTSTimesheetTransSourceDocLineIdx Updates the index SourceDocumentLineIdx in the table TSTimesheetTrans to allow duplicate records.
Gg763663.pubmethod(en-us,AX.60).gif allowDupTSTransSourceDocLineIdxMinor Updates the index SourceDocumentLineIdx in the table TSTimesheetTrans to allow duplicate records.
Gg763663.pubmethod(en-us,AX.60).gif allowNoDupIndex Reset the unique indexes on the Project Accounting tables.
Gg763663.pubmethod(en-us,AX.60).gif allowNoDupProjActivityActivityNumberIdx (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif allowNoDupProjIdx Allows duplicates for index SimpleTransIdx in SyncSimpleTrans table.
Gg763663.pubmethod(en-us,AX.60).gif allowNoDupTSTableSourceDocIdxMinor Updates the index SourceDocumentHeaderIdx in the table TSTimesheetTable not to allow duplicate records.
Gg763663.pubmethod(en-us,AX.60).gif allowNoDupTSTimesheetTableSourceDocIdx Updates the index SourceDocumentHeaderIdx in the table TSTimesheetTable not to allow duplicate records.
Gg763663.pubmethod(en-us,AX.60).gif allowNoDupTSTransSourceDocLineIdx Updates the index SourceDocumentLineIdx in the table TSTimesheetTrans not to allow duplicate records.
Gg763663.pubmethod(en-us,AX.60).gif allowNoDupTSTransSourceDocLineIdxMinor Updates the index SourceDocumentLineIdx in the table TSTimesheetTrans not to allow duplicate records.
Gg763663.protmethod(en-us,AX.60).gif callInsertUpdateRelatedSkipMethods Calls the skip methods that are relevant when doing inserts or updates. (Inherited from ReleaseUpdateDB.)
Gg763663.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg763663.privmethod(en-us,AX.60).gif createActivityRecordsForHierarchyRoot
Gg763663.privmethod(en-us,AX.60).gif createProjectRootTask This method creates root records for project, Quotation, Templates
Gg763663.pubmethod(en-us,AX.60).gif createProjectRootTaskMajor Creates root records for project, Quotation, Templates
Gg763663.pubmethod(en-us,AX.60).gif createProjectRootTaskMinor Obsolete method.
Gg763663.privmethod(en-us,AX.60).gif createProjectTaskRecords Creates ProjActivity and PSAActivitySetup records for all project tasks.
Gg763663.pubmethod(en-us,AX.60).gif createProjectTaskRecordsMajor Creates ProjActivity and PSAActivitySetup records for all project tasks.
Gg763663.pubmethod(en-us,AX.60).gif createProjectTaskRecordsMinor Obsolete method.
Gg763663.pubmethod(en-us,AX.60).gif createTaxExchRateForProjInvoiceJour Creates the SalesTaxTransactionExchangeRate record for ProjInvoiceJour.
Gg763663.pubmethod(en-us,AX.60).gif createVirtuelInventTrans Creates inventory transactions for project purchase orders.
Gg763663.pubmethod(en-us,AX.60).gif deletePrePopulatedData Deletes pre-populated data in the project stage rules table.
Gg763663.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg763663.pubmethod(en-us,AX.60).gif fromVersion Gets the version of the Microsoft Dynamics AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Gg763663.pubmethod(en-us,AX.60).gif fromVersionEx Gets the version of the AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Gg763663.pubmethod(en-us,AX.60).gif getTaxInformationRecId Get the tax information realted record id based on the proposal id.
Gg763663.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg763663.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg763663.pubmethod(en-us,AX.60).gif initAdditionalJobs Contains the initial setup for additional upgrade scripts. (Inherited from ReleaseUpdateDB.)
Gg763663.pubmethod(en-us,AX.60).gif initAdditionalUpdateJobs Contains the initial setup for additional upgrade scripts. (Overrides the initAdditionalUpdateJobs Method.)
Gg763663.pubmethod(en-us,AX.60).gif initDynamicTableDependencies Creates table dependencies for scripts whose dependencies cannot be set by using upgrade attributes. (Inherited from ReleaseUpdateDB.)
Gg763663.pubmethod(en-us,AX.60).gif initJobs Builds list upgrade script classes and creates dependencies that are based on their attributes. (Inherited from ReleaseUpdateDB.)
Gg763663.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.)
Gg763663.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.)
Gg763663.pubmethod(en-us,AX.60).gif initPostSyncJobs Registers all the jobs that have to be executed in this version of AX. (Overrides the initPostSyncJobs Method.)
Gg763663.pubmethod(en-us,AX.60).gif initPostSyncUpdateJobs Contains the initial setup for the PostSyncUpdate upgrade scripts. (Overrides the initPostSyncUpdateJobs Method.)
Gg763663.pubmethod(en-us,AX.60).gif initPreSyncJobs Contains initial setup for pre synchronization upgrade scripts. (Overrides the initPreSyncJobs Method.)
Gg763663.pubmethod(en-us,AX.60).gif initPreSyncUpdateJobs Contains the initial setup for PreSyncUpdate upgrade scripts. (Overrides the initPreSyncUpdateJobs Method.)
Gg763663.pubmethod(en-us,AX.60).gif isConfKeyEnabledInPrevVersion Determines whether the configuration key was enabled in the earlier version of the application. (Inherited from ReleaseUpdateDB.)
Gg763663.pubmethod(en-us,AX.60).gif moduleName Gets the module name of an upgrade class. (Inherited from ReleaseUpdateDB401_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg763663.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.)
Gg763663.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.)
Gg763663.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg763663.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg763663.pubmethod(en-us,AX.60).gif parmCockpit Gets or sets the Cockpit parameter. (Inherited from ReleaseUpdateDB.)
Gg763663.pubmethod(en-us,AX.60).gif parmCurrentBatch Gets or sets the CurrentBatch parameter. (Inherited from ReleaseUpdateDB.)
Gg763663.pubmethod(en-us,AX.60).gif parmScriptStage Gets or sets the ScriptStage parameter. (Inherited from ReleaseUpdateDB.)
Gg763663.pubmethod(en-us,AX.60).gif prefixCurrentClassId Gets or sets the classId parameter. (Inherited from ReleaseUpdateDB.)
Gg763663.pubmethod(en-us,AX.60).gif prefixCurrentVersion Gets or sets the version of the current instance of an upgrade class. (Inherited from ReleaseUpdateDB.)
Gg763663.pubmethod(en-us,AX.60).gif run Runs the upgrade script. (Inherited from ReleaseUpdateDB.)
Gg763663.pubmethod(en-us,AX.60).gif setImportfromVersion Sets the version of the Microsoft Dynamics AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Gg763663.protmethod(en-us,AX.60).gif setModuleConfigKey Sets the configuration keys of the current module. (Inherited from ReleaseUpdateDB.)
Gg763663.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg763663.pubmethod(en-us,AX.60).gif tableProgress Sets the progress of the upgrade process, depending on the number of tables processed. (Inherited from ReleaseUpdateDB.)
Gg763663.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg763663.pubmethod(en-us,AX.60).gif updateCostControlTransCommittedCost Updates the CostControlTransCommittedCost table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateCostSalesLineFunders The new cost and sales detail lines that are required to be associated to the funding source for project contracts.
Gg763663.pubmethod(en-us,AX.60).gif updateCreditInvoicingTable The CustVendorCreditInvoiceTable table is updated with the RefRecId value that references the related project invoice table.
Gg763663.pubmethod(en-us,AX.60).gif updateCustTable Updates the ProjTable for uptaking Employee Refactoring HCM Uptake using new Attributes Framework
Gg763663.pubmethod(en-us,AX.60).gif updateDataAreaAndLEFieldsMajor Fill in the ProjectDataArea and WorkerLegalEntity fields for Intercompany time feature
Gg763663.pubmethod(en-us,AX.60).gif updateDataAreaAndLEFieldsMinor Fill in the ProjectDataArea and WorkerLegalEntity fields for Intercompany time feature
Gg763663.privmethod(en-us,AX.60).gif updateDataAreaAndLegalEntityFields Fill in the ProjectDataArea and WorkerLegalEntity fields for Intercompany time feature
Gg763663.pubmethod(en-us,AX.60).gif updateDateTimeFields (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.privmethod(en-us,AX.60).gif updateEmplReservation update the new WorkerLegalEntitiy field with current legal entity merge duplicate records for same Worker, ProjId, ActivityNumber, QuotationId, TransDate and CommitType
Gg763663.pubmethod(en-us,AX.60).gif updateEmplReservationMajor This script is for 4.0/5.0 - 6.2 update update the new WorkerLegalEntitiy field with current legal entity merge duplicate records for same Worker, ProjId, ActivityNumber, QuotationId, TransDate and CommitType
Gg763663.pubmethod(en-us,AX.60).gif updateEmplReservationMinor This script is for 6.0/6.1 - 6.2 update update the new WorkerLegalEntitiy field with current legal entity merge duplicate records for same Worker, ProjId, ActivityNumber, QuotationId, TransDate and CommitType
Gg763663.pubmethod(en-us,AX.60).gif updateEximProjItemTrans_IN Updates the EximProjItemTrans_IN table.The Rec Ids of Incentive scheme group, Exim Ports, Exim Product Group and Customs tariff code are now stored in place of IncentiveSchemeGroup, PortId and ProductGroup field values.
Gg763663.pubmethod(en-us,AX.60).gif updateFundingRule Provides a default rule for existing contracts.
Gg763663.pubmethod(en-us,AX.60).gif updateFundingRuleAlloc Provides a default rule allocation for existing contracts.
Gg763663.pubmethod(en-us,AX.60).gif updateFundingSearchParameter Populates the table with the default search criteria for funding rules.
Gg763663.pubmethod(en-us,AX.60).gif updateFundingSource Moves invoice account information from the ProjInvoiceTable table to the ProjFundingSource table.
Gg763663.pubmethod(en-us,AX.60).gif updateInvoicePrintMgmtFooterTextMinor Transfers managed project invoice footer text to print management
Gg763663.pubmethod(en-us,AX.60).gif updateLedgerJournalTrans_Project Updates the LedgerJournalTrans_Project table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateMappingFields Adds the mapping for the project related fields and tables. (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif updateOriginProjCostTrans (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif updateOriginProjEmplTrans (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif updateOriginProjItemTrans (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif updateOriginProjOnAccTrans (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif updateOriginProjRevenueTrans (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif updateOriginProjTransPostAcc (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif updateOriginProjTransPostCost (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif updateOriginProjTransPostFee (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif updateOriginProjTransPostHour (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif updateOriginProjTransPostingTM (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif updateOriginProjTransPostItem (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif updateOriginTrxProjTransPosting (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif updatePeriodTable Updates period frequencies in period table.
Gg763663.pubmethod(en-us,AX.60).gif updatePreFixIds_Adjustment Updates field names in ProjParameters and ProjAdjTreeVisualizationLine tables.
Gg763663.pubmethod(en-us,AX.60).gif updatePreFixIds_TS Updates field names of multiple project tables.
Gg763663.pubmethod(en-us,AX.60).gif updateProjActivity (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif updateProjAllocateTrans Updates the ProjAllocateTrans table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateProjCategoryIntegrate (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif updateProjControlPeriodCostGrp (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif updateProjCostPriceExpense Updates the ProjCostPriceExpense table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateProjCostSalesPrice Updates the ProjCostSalesPrice table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateProjCostTrans Creates records in the new cost and sales tables for expense transactions. (Overrides the updateProjCostTrans Method.)
Gg763663.pubmethod(en-us,AX.60).gif updateProjCostTransWorker Updates the ProjCostTrans table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateProjDefaultOffsetSetup Updates the ProjDefaultOffsetSetup table.
Gg763663.pubmethod(en-us,AX.60).gif updateProjDefaultOffsetSetupWorker Updates the ProjDefaultOffsetSetup table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateProjectCategories Updates the project categories to populate the corresponding global categories.
Gg763663.privmethod(en-us,AX.60).gif updateProjectRevenueLine Populates the AccountingLegalEntity field in the ProjectRevenueLine table
Gg763663.pubmethod(en-us,AX.60).gif updateProjectRevenueLineMajor Populates the AccountingLegalEntity field in the ProjectRevenueLine table
Gg763663.pubmethod(en-us,AX.60).gif updateProjectRevenueLineMinor Populates the AccountingLegalEntity field in the ProjectRevenueLine table
Gg763663.pubmethod(en-us,AX.60).gif updateProjectRootTaskSiblingNumberMajor Sets the HierarchyTreeTable.SiblingNumber to 1 for Project, Quotation, Templates WBS hierarchy roots.
Gg763663.privmethod(en-us,AX.60).gif updateProjectTaskCalendar Sets every project task calendar to the calendar of their project.
Gg763663.pubmethod(en-us,AX.60).gif updateProjectTaskCalendarMajor Sets task calendars to WBS owner (e.g. Project, Project Sales Quotation) calendar.
Gg763663.pubmethod(en-us,AX.60).gif updateProjectTaskCalendarMinor Obsolete method.
Gg763663.privmethod(en-us,AX.60).gif updateProjectTaskDefaultCategory Sets all blank task categories (CategoryDefault) to the default hour transaction category if blank.
Gg763663.pubmethod(en-us,AX.60).gif updateProjectTaskDefaultCategoryMajor Sets all blank task categories (CategoryDefault) to the default hour transaction category.
Gg763663.pubmethod(en-us,AX.60).gif updateProjectTaskDefaultCategoryMinor Obsolete method.
Gg763663.privmethod(en-us,AX.60).gif updateProjectTaskNumberOfResources Set NumberOfResources field in PSAActivitySetup of leaf project tasks to one. It's a new field.
Gg763663.pubmethod(en-us,AX.60).gif updateProjectTaskNumberOfResourcesMajor Initialize task Number of resources to 1.
Gg763663.pubmethod(en-us,AX.60).gif updateProjectTaskNumberOfResourcesMinor Obsolete method.
Gg763663.privmethod(en-us,AX.60).gif updateProjectUrl Moves the project URL information to the DocuRef table
Gg763663.pubmethod(en-us,AX.60).gif updateProjectWBSSummaries Updates PSAActivitySetup values for project WBS summary tasks.
Gg763663.pubmethod(en-us,AX.60).gif updateProjectWBSSummariesMajor Updates WBS summaries (e.g. Start, Finish dates, Effort and Duration).Also initializes cost and effort tracking projections.
Gg763663.pubmethod(en-us,AX.60).gif updateProjectWBSSummariesMinor Obsolete method.
Gg763663.pubmethod(en-us,AX.60).gif updateProjEmplTrans Creates records in the new cost and sales tables for hour transactions. (Overrides the updateProjEmplTrans Method.)
Gg763663.pubmethod(en-us,AX.60).gif updateProjEmplTransTransRefId Updates the TransIdRef field in the ProjEmplTrans table to point to the ProjTransId filed in the prodRouteProj table.
Gg763663.pubmethod(en-us,AX.60).gif updateProjEmplTransWorker Updates the ProjEmplTrans table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateProjExpPolicies Updates the ProjExpPolicies table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateProjExpPolicyGroupEmpl Updates the ProjExpPolicyGroupEmpl table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateProjForecastCost Updates the ProjForecastCost table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateProjForecastEmpl Creates the WrkCtrProjForecastEmplActivity, WrkCtrActivity, WrkCtrActivityRequirementSet, WrkCtrActivityRequirement, WrkCtrCapability, WrkCtrActivityCapabilityRequirement, WrkCtrActivityResourceRequirement records based on the ProjForecastEmpl, WrkCtrTaskGroup and WrkCtrTaskGroupLine tables. (Overrides the updateProjForecastEmpl Method.)
Gg763663.pubmethod(en-us,AX.60).gif updateProjForecastEmplWorker Updates the ProjForecastEmpl table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateProjForecastRevenue Updates the ProjForecastRevenue table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateProjHourCostPrice Updates the ProjHourCostPrice table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateProjHourSalesPrice Updates the ProjHourSalesPrice table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateProjInvoiceCost Creates records in the new invoice expense details table.
Gg763663.pubmethod(en-us,AX.60).gif updateProjInvoiceCostWorker Updates the ProjInvoiceCost table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateProjInvoiceEmpl Creates records in the new invoice hour details table. (Overrides the updateProjInvoiceEmpl Method.)
Gg763663.pubmethod(en-us,AX.60).gif updateProjInvoiceEmplWorker Updates the ProjInvoiceEmpl table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateProjInvoiceItem Creates records in the new invoice item details table.
Gg763663.pubmethod(en-us,AX.60).gif updateProjInvoiceItemInventDimId Updates the ProjInvoiceItem.InventDimId field from the corresponding ProjItemTrans record.
Gg763663.pubmethod(en-us,AX.60).gif updateProjInvoiceJour_TaxInformation Updates the ProjInvoiceJour table to uptake TaxInformation values
Gg763663.pubmethod(en-us,AX.60).gif updateProjInvoiceJourPrint_HU Creates records in the ProjInvoiceJourPrint table.
Gg763663.pubmethod(en-us,AX.60).gif updateProjInvoiceOnAcc Creates records in the new invoice on-account details table.
Gg763663.pubmethod(en-us,AX.60).gif updateProjInvoiceRevenue Creates records in the new invoice revenue details table.
Gg763663.pubmethod(en-us,AX.60).gif updateProjInvoiceRevenueWorker Updates the ProjInvoiceRevenue table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateProjInvoiceTable Updates the ProjInvoiceTable table.
Gg763663.pubmethod(en-us,AX.60).gif updateProjItemTrans Creates records in the new cost and sales tables for item transactions. (Overrides the updateProjItemTrans Method.)
Gg763663.pubmethod(en-us,AX.60).gif updateProjItemTrans_IN Updates the TaxInventVATCommodityCode_IN and WarehouseLocation_IN fields of the ProjItemTrans table.
Gg763663.pubmethod(en-us,AX.60).gif updateProjItemTransInventDimId Updates the ProjItemTrans.InventDimId field from the corresponding business document line record.
Gg763663.pubmethod(en-us,AX.60).gif updateProjJournalTable Updates the ProjJournalTable table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateProjJournalTrans Updates the ProjJournalTrans table to uptake the employee refactoring human capital management uptake by using the new attributes framework. (Overrides the updateProjJournalTrans Method.)
Gg763663.pubmethod(en-us,AX.60).gif updateProjLineProperty (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif updateProjOnAccTrans Creates records in the new sales table for on-account transactions.
Gg763663.pubmethod(en-us,AX.60).gif updateProjParameters Populates the initial project parameters. (Overrides the updateProjParameters Method.)
Gg763663.pubmethod(en-us,AX.60).gif updateProjPeriodEmpl Updates the ProjPeriodEmpl table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateProjPriceGroupValidFor (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif updateProjProposalCost Creates records in the new invoice proposal expense details table.
Gg763663.pubmethod(en-us,AX.60).gif updateProjProposalEmpl Creates records in the new invoice proposal hour details table.
Gg763663.pubmethod(en-us,AX.60).gif updateProjProposalItem Creates records in the new invoice proposal item details table.
Gg763663.pubmethod(en-us,AX.60).gif updateProjProposalJour Updates the ProjProposalJour table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateProjProposalJour_TaxInformation Updates the ProjProposalJour table to uptake TaxInformation values
Gg763663.pubmethod(en-us,AX.60).gif updateProjProposalOnAcc Creates records in the new invoice proposal on-account details table.
Gg763663.pubmethod(en-us,AX.60).gif updateProjProposalRevenue Creates records in the new invoice proposal revenue detail table.
Gg763663.pubmethod(en-us,AX.60).gif updateProjRevenueSalesPrice Updates the ProjRevenueSalesPrice table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateProjRevenueTrans Creates records in the new Sale table for fee transactions. (Overrides the updateProjRevenueTrans Method.)
Gg763663.pubmethod(en-us,AX.60).gif updateProjRevenueTransWorker Updates the ProjRevenueTrans table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateProjStatusTypeRule (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif updateProjTable Updates the ProjTable table.
Gg763663.pubmethod(en-us,AX.60).gif updateProjTableWorker Updates the ProjTable table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateProjTimeSheet Updates the ProjTimeSheet table to uptake the employee refactoring human capital management uptake by using the new attributes framework. (Overrides the updateProjTimeSheet Method.)
Gg763663.pubmethod(en-us,AX.60).gif updateProjTransBudget Updates the ProjTransBudget table to uptake the employee refactoring human capital management uptake by using the new attributes framework. (Overrides the updateProjTransBudget Method.)
Gg763663.pubmethod(en-us,AX.60).gif updateProjTransBudgetFunders The project budget lines must be associated with the funding source for project contracts.
Gg763663.pubmethod(en-us,AX.60).gif updateProjTransBudgetPayment (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif updateProjTransPosting Updates the ProjTransPosting table to uptake the employee refactoring human capital management uptake by using the new attributes framework. (Overrides the updateProjTransPosting Method.)
Gg763663.pubmethod(en-us,AX.60).gif updateProjTransPostingFunders The project posted transaction lines must be associated with the funding source for project contracts.
Gg763663.pubmethod(en-us,AX.60).gif updateProjTransPostingPayment (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif updateProjUtilTypes (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif updateProjValEmplCategorySetUp Updates the ProjValEmplCategorySetUp table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateProjValEmplProjSetup Updates the ProjValEmplProjSetup table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updatePSAActivitySetupMajor Updates the PSAActivitySetup table by copying project tasks information from the ProjActivity table which is used in AX5.0.
Gg763663.privmethod(en-us,AX.60).gif updatePSAProjProposalProj Inserts and deletes records in the PSAProjProposalProj table.
Gg763663.pubmethod(en-us,AX.60).gif updatePSAProjProposalProjMajor Inserts/Deletes records in PSAProjProposalProj table, updates ProjParameters.
Gg763663.pubmethod(en-us,AX.60).gif updatePSAProjProposalProjMinor Inserts/Deletes records in PSAProjProposalProj table, updates ProjParameters.
Gg763663.privmethod(en-us,AX.60).gif updatePSAProjSchedRole Updates the new PSAProjSchedRole table by inserting the default role per project per worker.
Gg763663.pubmethod(en-us,AX.60).gif updatePSAProjSchedRoleMajor Creates a default project role if it does not already exist, and also creates project team records based on reservation details.
Gg763663.pubmethod(en-us,AX.60).gif updatePSAProjSchedRoleMinor Creates a default project role if it does not already exist, and also creates project team records based on reservation details.
Gg763663.pubmethod(en-us,AX.60).gif updatePurchaseOrder Updates the purchase order records with the project ID when they are created from a project sales order or item requirement.
Gg763663.pubmethod(en-us,AX.60).gif updatePurchLine (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.pubmethod(en-us,AX.60).gif updateSalesLineProjTrans Sets SalesLine.ProjTransId for records where it is not already set. (Inherited from ReleaseUpdateDB41_Proj.)
Gg763663.privmethod(en-us,AX.60).gif updateSourceDocumentFK Populates the SourceDocumentHeader field in the TSTimesheetTable table, and the SourceDocumentLine field in the TSTimesheetTrans table.
Gg763663.pubmethod(en-us,AX.60).gif updateSourceDocumentFKMajor Populates the SourceDocumentHeader field in the TSTimesheetTable table, and the SourceDocumentLine field in the TSTimesheetTrans table.
Gg763663.pubmethod(en-us,AX.60).gif updateSourceDocumentFKMinor Populates the SourceDocumentHeader field in the TSTimesheetTable table, and the SourceDocumentLine field in the TSTimesheetTrans table.
Gg763663.pubmethod(en-us,AX.60).gif updateSync Updates legacy table ids to table names in SyncSimpleTrans and SyncCompundTrans tables.
Gg763663.pubmethod(en-us,AX.60).gif updateSyncIntegratedFields Populates the integrate fields by using the
Gg763663.pubmethod(en-us,AX.60).gif updateSyncProjResource Pulls out the data from the SyncProjValEmplProjSetup table to the SyncProjResource table.
Gg763663.pubmethod(en-us,AX.60).gif updateSyncProjTransaction Updates the SyncProjTransaction table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateSyncSimpleCompoundType Updates the SyncSimpleType and syncCompoundType tables.
Gg763663.pubmethod(en-us,AX.60).gif updateSyncSimpleTrans Pulls out the data from the SyncEmplTable table to the SyncWrkCtrTable table.
Gg763663.pubmethod(en-us,AX.60).gif updateSyncSimpleTypeKey Updates the SyncSimpleTypeKey table.
Gg763663.pubmethod(en-us,AX.60).gif updateSyncSimpleTypeTable Updates the SyncSimpleTypeKey table by adding an assignment simple entity type.
Gg763663.pubmethod(en-us,AX.60).gif updateSyncWrkCtrTable Pulls out the data from SyncEmplTable table to the SyncWrkCtrTable table.
Gg763663.pubmethod(en-us,AX.60).gif updateTaxAsPerOriginalInvoice Updates the table to uptake TaxAsPerOriginalInvoice_IN, ProjProposalId_IN values
Gg763663.pubmethod(en-us,AX.60).gif updateTransDateExpenseJournal_Major Updates the project transaction date in LedgerJournalTrans_Project table with the voucher date from LedgerJournalTrans table.
Gg763663.pubmethod(en-us,AX.60).gif updateTSAppEmplSub Updates the TSAppEmplSub table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateTSIntercompanyBillingStatus Update TSTimesheetTrans with the intercompany billing status.
Gg763663.pubmethod(en-us,AX.60).gif updateTSLineAndTSLineWeek Update TSTimesheetLine and TSTimesheetLineWeek tables using the new SFK fields and additional details based on the refactoring done on AX 6
Gg763663.pubmethod(en-us,AX.60).gif updateTSTimesheetEmployeeFilter Updates the TSTimesheetEmployeeFilter table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateTSTimesheetFavorites Updates the TSTimesheetFavorites table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateTSTimesheetLine Updates the TSTimesheetLine table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateTSTimesheetLineComments Updates the TSTimesheetLineComments by setting the new foreign key field
Gg763663.pubmethod(en-us,AX.60).gif updateTSTimesheetLineWeekCommentsMinor Updates comments on TSTimesheetLineWeek records to be consistent with comments on TSTimesheetTrans records.
Gg763663.pubmethod(en-us,AX.60).gif updateTSTimesheetTable Updates the TSTimesheetTable table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateTSTimesheetTrans Update TSTimesheetTrans table using the new SFK field from TSTimesheetLineWeekbased on the refactoring done on AX 6
Gg763663.pubmethod(en-us,AX.60).gif updateTSWorkflowLog Updates the TSWorkflowLog table to uptake the employee refactoring human capital management uptake by using the new attributes framework.
Gg763663.pubmethod(en-us,AX.60).gif updateTxt Updates the timesheet comments.
Gg763663.pubmethod(en-us,AX.60).gif updateVendInvoiceLineProjDataArea Updates VendInvoiceInfoLine_Proj setting the project data area ID field.
Gg763663.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.)
Gg763663.pubmethod(en-us,AX.60).gif validatedModuleName Validates that a module name is not too long. (Inherited from ReleaseUpdateDB.)
Gg763663.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg763663.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg763663.privmethod(en-us,AX.60).gif Gg763663.static(en-us,AX.60).gif ::updateAdjustedTransaction
Gg763663.pubmethod(en-us,AX.60).gif Gg763663.static(en-us,AX.60).gif ::updateTransDateExpenseJournal Update project transaction date in ledgerJournalTrans_Project to match the transaction date of the corresponding ledgerJournalTrans entry.

Top

Inheritance Hierarchy

Object Class
  ReleaseUpdateDB Class
    ReleaseUpdateDB401_Proj Class
      ReleaseUpdateDB41_Proj Class
        ReleaseUpdateDB60_Proj Class