Share via


ReleaseUpdateDB60_Basic.allowNoDupRTax25StdRateTrans_RU Method [AX 2012]

Updates the index RateDateIdx in the table RTax25StdRateTrans not to allow duplicate records.

Syntax

public void allowNoDupRTax25StdRateTrans_RU()

Run On

Server

Remarks

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

See Also

Reference

ReleaseUpdateDB60_Basic Class