Share via


ReleaseUpdateDB60_Ledger.updateGDL_NL_EDT_Records Method [AX 2012]

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

Syntax

public void updateGDL_NL_EDT_Records()

Run On

Server

Remarks

This method updates the TaxIntraCommTable_NL field in the TaxIntraCommCorrection_NL and TaxIntraCommDelivery_NL tables to the value from the RecId field of the TaxIntraCommTable_NL table.It updates the TaxTurnOverTable_NL field in the TaxTurnOverLine_NL tables to the value from the RecId field of the TaxTurnOverTable_NL table.It updates the TaxEvatError_NL field in the TaxReturnedError_NL tables to the value from the RecId field of the TaxEvatError_NL table.It updates the PaymInstruction1 field in the LedgerJournalTrans tables to the value from the RecId field of the PaymInstruction table.It updates the PaymInstruction2 field in the LedgerJournalTrans tables to the value from the RecId field of the PaymInstruction table.It updates the PaymInstruction3 field in the LedgerJournalTrans tables to the value from the RecId field of the PaymInstruction table.It updates the PaymInstruction4 field in the LedgerJournalTrans tables to the value from the RecId field of the PaymInstruction table.

See Also

Reference

ReleaseUpdateDB60_Ledger Class