Share via


ReleaseUpdateCockpit.scheduleTransitionScriptModule Method [AX 2012]

Schedules a transition job for upgrade scripts.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          protected RefRecId scheduleTransitionScriptModule(
            sysReleasedVersion _version, 
            ReleaseUpdateModule _module, 
            ReleaseUpdateScriptType _scriptType1, 
            ReleaseUpdateScriptType _scriptType2, 
            ReleaseUpdateScriptType _scriptType3)

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected RefRecId scheduleTransitionScriptModule(
            sysReleasedVersion _version, 
            ReleaseUpdateModule _module, 
            ReleaseUpdateScriptType _scriptType1, 
            ReleaseUpdateScriptType _scriptType2, 
            ReleaseUpdateScriptType _scriptType3)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected RefRecId scheduleTransitionScriptModule(
            sysReleasedVersion _version, 
            ReleaseUpdateModule _module, 
            ReleaseUpdateScriptType _scriptType1, 
            ReleaseUpdateScriptType _scriptType2)

  Microsoft Dynamics AX 2012 (FPK)
          protected RefRecId scheduleTransitionScriptModule(
            sysReleasedVersion _version, 
            ReleaseUpdateModule _module, 
            ReleaseUpdateScriptType _scriptType1, 
            ReleaseUpdateScriptType _scriptType2)

  Microsoft Dynamics AX 2012 (SYS)
          protected RefRecId scheduleTransitionScriptModule(
            sysReleasedVersion _version, 
            ReleaseUpdateModule _module, 
            ReleaseUpdateScriptType _scriptType1, 
            ReleaseUpdateScriptType _scriptType2)

Run On

Server

Parameters

Return Value

Type: RefRecId Extended Data Type
The batch record ID of the transition job.

See Also

Reference

ReleaseUpdateCockpit Class