Share via


ReleaseUpdateDB60_Invent.allowDupTaxInventVATCommodityCode_INItem Method [AX 2012]

Updates the index ItemLogisticAddressStateIdx in the table TaxInventVATCommodityCode_IN to allow duplicate records.

Syntax

public void allowDupTaxInventVATCommodityCode_INItem()

Run On

Server

Remarks

The StateId field is replaced with the new global address field LogisticsAddressStateId in the unique ItemLogisticAddressStateIdx.

Initially this field contains no value. So the index is set to allow duplicates before the field is updated with the value of the RecId field of the table TaxInventVATCommodityCode_IN.

See Also

Reference

ReleaseUpdateDB60_Invent Class