Share via


ReleaseUpdateDB60_Ledger.allowDupLedgerClosingTableShMnAcctIdx Method [AX 2012]

Updates the ShMnAcctIdx index in the LedgerClosingTable table to allow for duplicate records.

Syntax

public void allowDupLedgerClosingTableShMnAcctIdx()

Run On

Server

Remarks

The AccountNum field is replaced with the new MainAccount field in the ShMnAcctIdx unique index. Initially this field contains no value. Therefore, the index is set to allow for duplicates before the field is updated with the value of the RecId field of the MainAccount table.

See Also

Reference

ReleaseUpdateDB60_Ledger Class