Share via


ReleaseUpdateDB60_Ledger.allowDupLedgerRelatedAccts_ESTypeACIdx Method [AX 2012]

Updates the TypeACIdx index in the LedgerRelatedAccounts_ES table to allow for duplicate records.

Syntax

public void allowDupLedgerRelatedAccts_ESTypeACIdx()

Run On

Server

Remarks

The FromAccount and ToAccount fields are replaced with the new FromAccountRecId and ToAccountRecId fields in the TypeACIdx unique index.

Initially these fields contain no value. Therefore, the index is set to allow for duplicates before the fields are updated with the value of the RecId fields of the MainAccount table.

See Also

Reference

ReleaseUpdateDB60_Ledger Class