Share via


ReleaseUpdateDB60_Basic.allowDupOMOperatingUnit Method [AX 2012]

Updates the OMOperatingUnitNumber index in the OMOperatingUnit table to allow for duplicate records.

Syntax

public void allowDupOMOperatingUnit()

Run On

Server

Remarks

The index is set to allow for duplicates for the operating unit number. This is a new field as of 6.0 in the OMOperatingUnit table. In the updateOperatingUnit method we set the values for the OMOperatingUnitNumber field.

See Also

Reference

ReleaseUpdateDB60_Basic Class