Share via


ReleaseUpdateDB60_Basic.allowNoDupRAssetInventIssueTrans_RU Method [AX 2012]

Updates the index JournalIdx in the table RAssetInventIssueTrans not to allow duplicate records.

Syntax

public void allowNoDupRAssetInventIssueTrans_RU()

Run On

Server

Remarks

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

See Also

Reference

ReleaseUpdateDB60_Basic Class