Share via


ReleaseUpdateDB60_Invent.allowDupShipCarrierCompanyAccounts Method [AX 2012]

Updates the index AccountCodeIdx in the table ShipCarrierCompanyAccounts to allow for duplicate records.

Syntax

public void allowDupShipCarrierCompanyAccounts()

Run On

Server

Remarks

The AccountCodeIdx index is by mistake not marked as unique in the earlier version.So the index is set to allow for duplicates until duplicates have been removed.

See Also

Reference

ReleaseUpdateDB60_Invent Class