Share via


ReleaseUpdateDB60_Ledger.allowDupLedgerOpeningTable_ESShMnAcct Method [AX 2012]

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

Syntax

public void allowDupLedgerOpeningTable_ESShMnAcct()

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