Share via


ReleaseUpdateDB60_Ledger.allowNoDupLedgerPrintLayoutGroup_CN Method [AX 2012]

Updates the index GroupIdIdx in the table LedgerPrintLayoutGroup_CN not to allow duplicate records.

Syntax

public void allowNoDupLedgerPrintLayoutGroup_CN()

Run On

Server

Remarks

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

See Also

Reference

ReleaseUpdateDB60_Ledger Class