Share via


ReleaseUpdateDB60_Ledger.allowDupLedgerBalanceControlMainAccountI Method [AX 2012]

Updates the MainAccountIdx field in the LedgerBalanceControl table to enable for duplicate records.

Syntax

public void allowDupLedgerBalanceControlMainAccountI()

Run On

Server

Remarks

The AccountNum field is replaced with the new surrogate MainAccount key field in a unique MainAccountIdx index field. Initially this field contains no value; the index is set to enable for duplicates before the field is updated with the value of the RecId field of the MainAccount table.

See Also

Reference

ReleaseUpdateDB60_Ledger Class