Share via


ReleaseUpdateDB60_Invent.allowNoDupInventTransferLine Method [AX 2012]

Updates the TransIdTransitToIdx and the TransIdTransitFromIdx indexes on the InventTransferLine table to not allow duplicate records.

Syntax

public void allowNoDupInventTransferLine()

Run On

Server

Remarks

Ideally there should have been two new methods named the allowNoDupInventTransferLineTransIdTransitToIdx and allowNoDupInventTransferLineTransIdTransitFromIdx methods but, these names are too long. The current name is kind of a misuse as it will also prevent a BP error.

See Also

Reference

ReleaseUpdateDB60_Invent Class