ReleaseUpdateTransformDB50_Cust.CustInvoice_CIJPrintUpgrade Upgrade Script
Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2
Class |
ReleaseUpdateTransformDB50_Cust |
Method |
CustInvoice_CIJPrintUpgrade |
Description |
This script is used for saving the printed sales invoice document information in the <c>CustInvoiceJourPrint</c> table with the new data model. |
Script Type |
Preprocessing 60: Live |
Ax Version |
Microsoft Dynamics AX 2009 |
Affected Modules and Tables
Affected Modules |
---|
Accounts receivable |
Affected Tables |
---|
CustInvoiceJourPrint |
Remarks
This script creates new <c>CustInvoiceJourPrint</c> records for every <c>CustInvoiceJour</c> record which have print information saved. It copies <c>CopiesPrinted_HU</c> and <c>Printed_HU</c> field from <c>CustInvoiceJour</c> table to <c>CustInvoiceJourPrint</c> table.
Data Migration Section
From Table: CustInvoiceJour |
To Table: CustInvoiceJourPrint |
---|---|
CopiesPrinted_HU |
NumberOfCopiesPrinted |
Printed_HU |
HasOriginalBeenPrinted |
New Tables or Fields
Table |
Field |
Extended Data Type -or- Base Enum |
---|---|---|
CustInvoiceJourPrint |
Deleted Tables or Fields
Table |
Field |
---|---|
CustInvoiceJour |
CopiesPrinted_HU |
CustInvoiceJour |
Printed_HU |