ReleaseUpdateDB60_Cust.updateCustInvoiceJourPrint_HU Upgrade Script
Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2
Class |
ReleaseUpdateDB60_Cust |
Method |
updateCustInvoiceJourPrint_HU |
Description |
This script is used for saving the printed sales invoice document information in the CustInvoiceJourPrint table with the new data model. |
Affected Modules and Tables
Affected Modules |
---|
Accounts receivable |
Affected Tables |
---|
CustInvoiceJourPrint |
Remarks
This script creates new CustInvoiceJourPrint records for every CustInvoiceJour record which have print information saved. It copies the CopiesPrinted_HU and Printed_HU field from the CustInvoiceJour table to the CustInvoiceJourPrint 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 |