Share via


ReleaseUpdateDB60_Ledger.allowDupEximDBKValues_INTariffCodeIdx Method [AX 2012]

Updates the index TariffCodeIdx in the table EximDBKValues_IN to allow duplicate records.

Syntax

public void allowDupEximDBKValues_INTariffCodeIdx()

Run On

Server

Remarks

The TariffCode is replaced with the new surrogate key field CustomsTariffCodeTable in the unique index TariffCodeIdx.

Initially the CustomsTariffCodeTable contains no values. So the index is set to allow duplicates before the field is updated with the value of the RecId's of the corresponding tables.

See Also

Reference

ReleaseUpdateDB60_Ledger Class