Share via


ReleaseUpdateDB60_Ledger.allowDupLedgerLiquidityMainAccountIdx Method [AX 2012]

Updates the MainAccountIdx record in the LedgerLiquidity table to allow for duplicate records.

Syntax

public void allowDupLedgerLiquidityMainAccountIdx()

Run On

Server

Remarks

The MainAccountIdx record is a newly created unique index that contains the MainAccount field. 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 MainAccountId field of the MainAccount table.

See Also

Reference

ReleaseUpdateDB60_Ledger Class