Share via


ReleaseUpdateDB60_Ledger.allowNoDupLedgerVoucherType_CN Method [AX 2012]

Updates the index VoucherTypeIdIdx in the table LedgerVoucherType_CN not to allow duplicate records.

Syntax

public void allowNoDupLedgerVoucherType_CN()

Run On

Server

Remarks

After updating the surrogate key field LedgerVoucherType_CN with the value of the RecId field of the table LedgerVoucherType_CN, the index VoucherTypeIdIdx is reset not to allow duplicate records.

See Also

Reference

ReleaseUpdateDB60_Ledger Class