ReleaseUpdateDB60_PurchReq.updatePurchReqLineStatus 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_PurchReq |
Method |
updatePurchReqLineStatus |
Description |
Initializes the value of the Status field in the PurchReqLine table. |
Affected Modules and Tables
Affected Modules |
---|
SRM |
Affected Tables |
---|
PurchReqLine |
Remarks
We have introduced a new field called Status in the PurchReqLine table in this release. This method initializes the value of the new field from the deprecated Status field.
Data Migration Section
From Table: PurchReqLine |
To Table: PurchReqLine |
---|---|
DEL_Status |
Status |
New Tables or Fields
Table |
Field |
Extended Data Type -or- Base Enum |
---|---|---|
PurchReqLine |
Status |
PurchReqRequisitionStatus |
Deleted Tables or Fields
Table |
Field |
---|---|
PurchReqLine |
DEL_Status |