Share via


ReleaseUpdateDB60_Ledger.updateGDL_NO_EDTRecords Method [AX 2012]

Updates the surrogate key column in the foreign tables with the value from the RecId field of the primary table.

Syntax

public void updateGDL_NO_EDTRecords()

Run On

Server

Remarks

Updates the BankFileArchFileTypeTable field in the BankFileArchParameters tables with the value from the RecId field of the BankFileArchFileTypeTable table. Updates the BankFileArchFileTypeTable field in the BankFileArchTable tables with the value from the RecId field of the BankFileArchFileTypeTable table. Updates the CustEinvoiceTable field in the CustEinvoiceHeader tables with the value from the RecId field of the CustEinvoiceTable table. Updates the CustEinvoiceTable field in the CustEinvoiceLines tables with the value from the RecId field of the CustEinvoiceTable table. Updates the CustEinvoiceIntegrationTypeTable field in the custEinvoiceIntegration tables with the value from the RecId field of the CustEinvoiceIntegrationTypeTable table. Updates the CustEinvoiceIntegrationTypeTable field in the CustEinvoiceIntegrationPaymModeChg tables with the value from the RecId field of the CustEinvoiceIntegrationTypeTable table. Updates the CustEinvoiceIntegrationTypeTable field in the CustEinvoiceIntegrationTrans tables with the value from the RecId field of the CustEinvoiceIntegrationTypeTable table.

Updates the CustEinvoiceIntegrationError field in the CustEinvoiceIntegrationTrans tables with the value from the RecId field of the custEinvoiceIntegrationError table.

Updates the BankFileArchTable field in the CustEinvoiceIntegrationTrans tables with the value from the RecId field of the BankFileArchTable table.

See Also

Reference

ReleaseUpdateDB60_Ledger Class