ReleaseUpdateDB41_Basic.updatePrintMgmt_Purch Method [AX 2012]
Processes the existing purchase print management tables to create corresponding records in the new print management tables.
Syntax
public void updatePrintMgmt_Purch()
Run On
Server
Remarks
Records from the PurchPrintCopies and PurchPrintSetup tables are matched together and used to create new print management records in the following tables: PrintMgmtDocInstance, PrintMgmtSettings and PrintMgmtIdentificationText.There are 3 'sets' of records in the PurchPrintCopies (C) and PurchPrintSetup (S) tables.1)Records in C have a match in S (C == S).2)Records in C do not have a match in S (C != S).3)Records in S do not have a match in C (S != C).