ReleaseUpdateDB60_Trv.updateTrvWorkflowLog Upgrade Script
Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012
Class |
ReleaseUpdateDB60_Trv |
Method |
updateTrvWorkflowLog |
Description |
Migrates data from the DEL_ApprovedBy field to the ApprovedByWorker field and the DEL_RejectedBy field to the RejectedByWorker field in the TrvWorkflowLog table. |
Affected Modules and Tables
Affected Modules |
---|
Expense management |
Affected Tables |
---|
TrvWorkflowLog |
Remarks
This upgrade script is needed to convert the employee ID to the new worker for Microsoft Dynamics AX 2012 as part of the HCM uptake for Expense Management.
Data Migration Section
From Table: TrvWorkflowLog |
To Table: TrvWorkflowLog |
---|---|
DEL_ApprovedBy |
ApprovedByWorker |
DEL_RejectedBy |
RejectedByWorker |
New Tables or Fields
Table |
Field |
Extended Data Type -or- Base Enum |
---|---|---|
TrvWorkflowLog |
ApprovedByWorker |
TrvHcmWorkerRecId |
TrvWorkflowLog |
RejectedByWorker |
TrvHcmWorkerRecId |
Deleted Tables or Fields
Table |
Field |
---|---|
TrvWorkflowLog |
DEL_ApprovedBy |
TrvWorkflowLog |
DEL_RejectedBy |