Share via


ReleaseUpdateCockpit.scheduleType Method [AX 2012]

Schedules upgrade scripts depending on a specified type.

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 scheduleType(
            ReleaseUpdateScriptType _scriptType1, 
            ReleaseUpdateScriptType _scriptType2, 
            ReleaseUpdateScriptType _scriptType3, 
            RefRecId _parentTask, 
           [boolean _scheduleTransition])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected RefRecId scheduleType(
            ReleaseUpdateScriptType _scriptType1, 
            ReleaseUpdateScriptType _scriptType2, 
            ReleaseUpdateScriptType _scriptType3, 
            RefRecId _parentTask, 
           [boolean _scheduleTransition])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected RefRecId scheduleType(
            ReleaseUpdateScriptType _scriptType1, 
            ReleaseUpdateScriptType _scriptType2, 
            RefRecId _parentTask, 
           [boolean _scheduleTransition])

  Microsoft Dynamics AX 2012 (FPK)
          protected RefRecId scheduleType(
            ReleaseUpdateScriptType _scriptType1, 
            ReleaseUpdateScriptType _scriptType2, 
            RefRecId _parentTask, 
           [boolean _scheduleTransition])

  Microsoft Dynamics AX 2012 (SYS)
          protected RefRecId scheduleType(
            ReleaseUpdateScriptType _scriptType1, 
            ReleaseUpdateScriptType _scriptType2, 
            RefRecId _parentTask, 
           [boolean _scheduleTransition])

Run On

Server

Parameters

  • _scheduleTransition
    Type: boolean
    A Boolean value that indicates whether to schedule the transition job.

Return Value

Type: RefRecId Extended Data Type
The transition job record ID.

See Also

Reference

ReleaseUpdateCockpit Class