Share via


ReleaseUpdateDB60_Basic.upgradeNumberSequenceTables Method [AX 2012]

Upgrades number sequence tables.

Syntax

public void upgradeNumberSequenceTables([boolean _remapEdts])

Run On

Server

Parameters

  • _remapEdts
    Type: boolean
    Indicates to remap the EDTs during the upgrade.

Remarks

Removes formats from the NumberSequenceList table and constructs a number sequence for each EDT with a default scope.Populates the annotated format from the combination of the format and the sequences scope.If specified, remaps the edits during the upgrade.

See Also

Reference

ReleaseUpdateDB60_Basic Class