Share via


ReleaseUpdateDB60_Bank.updateCashReceiptsLV Method [AX 2012]

Upgrade script for the cash receipts table and related fiels for latvia.

The upgrade script is necessary due to the following changes in the data model from previous version.

1. The FK constraint has been changed from BatchId to RefRecId.

2. The LV specific fields have been moved from ledgerJournalTrans to LedgerJournalTrans_RCash.

Syntax

public void updateCashReceiptsLV()

Run On

Server

Remarks

The upgrade script is required because of the following changes in the data model from the previous version:

  • The FK constraint has been changed from BatchId to RefRecId.

  • The LV-specific fields have been moved from the ledgerJournalTrans table to the LedgerJournalTrans_RCash table.

See Also

Reference

ReleaseUpdateDB60_Bank Class