Share via


ReleaseUpdateDB60_Basic.upgradeUnitOfMeasureConsumers Method [AX 2012]

Updates all references to the UnitOfMeasure table on the other tables.

Syntax

public void upgradeUnitOfMeasureConsumers([Set _extraExcludedRelations])

Run On

Server

Parameters

  • _extraExcludedRelations
    Type: Set Class
    A set of relations that must be excluded from the validation.
    Used in case relations cannot be added in unitOfMeasureUpgradeExecutor.registerExcludedRelations

See Also

Reference

ReleaseUpdateDB60_Basic Class