Share via


ReleaseUpdateDB60_Basic.allowNoDupRAssetInventIssueQuotas_RU Method [AX 2012]

Updates the index QuotasIdx in the table RAssetInventIssueQuotas not to allow duplicate records.

Syntax

public void allowNoDupRAssetInventIssueQuotas_RU()

Run On

Server

Remarks

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

See Also

Reference

ReleaseUpdateDB60_Basic Class