Share via


ReleaseUpdateDB60_Ledger.allowDupLedgerGDPdUFieldFieldNameIdx Method [AX 2012]

Updates the FieldNameIdx value in the LedgerGDPdUField table to enable for duplicate records.

Syntax

public void allowDupLedgerGDPdUFieldFieldNameIdx()

Run On

Server

Remarks

The GDPdUGroupId field is replaced with the new key of the LedgerGDPdUTable table of the unique FieldNameIdx value.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 LedgerGDPdUTable table.

See Also

Reference

ReleaseUpdateDB60_Ledger Class