ReleaseUpdateDB::getFromVersion Method [AX 2012]

Gets the version of the Microsoft Dynamics AX source system that is being upgraded.

server public static sysReleasedVersion getFromVersion()

Run On

Server

Return Value

Type: sysReleasedVersion Enumeration
The version of the Microsoft Dynamics AX source system that is being upgraded.

Based on this version, only valid upgrade scripts will be loaded and scheduled.

Upgrade scripts with the same or an earlier version will not be loaded.

Show: