ReleaseUpdateDB::constructList Method [AX 2012]

Builds a list of all upgrade classes.

server public static List constructList(ReleaseUpdateScriptStage _scriptStage)

Run On

Server

Parameters

_scriptStage
Type: ReleaseUpdateScriptStage Enumeration
The script stage.

Return Value

Type: List Class
The list of all upgrade classes.

When the cockpit form loads, this method is called to build up the list of upgrade script classes.

All script methods will then be filtered out from this list.

Show: