ReleaseUpdateDB41_Basic.updatePrintMgmt_Sales Method [AX 2012]

Processes the existing sales print management tables to create corresponding records in the new print management tables.

public void updatePrintMgmt_Sales()

Run On

Server

Records from the SalesPrintCopies and SalesPrintSetup 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 SalesPrintCopies (C) and SalesPrintSetup (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).

Community Additions

ADD
Show: