ReleaseUpdateCockpit.scheduleTransitionScriptType Method [AX 2012]
Schedules a transition job for the upgrade jobs.
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 scheduleTransitionScriptType(
ReleaseUpdateScriptType _scriptType1,
ReleaseUpdateScriptType _scriptType2,
ReleaseUpdateScriptType _scriptType3)
Microsoft Dynamics AX 2012 R2 (SYS)
protected RefRecId scheduleTransitionScriptType(
ReleaseUpdateScriptType _scriptType1,
ReleaseUpdateScriptType _scriptType2,
ReleaseUpdateScriptType _scriptType3)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected RefRecId scheduleTransitionScriptType(ReleaseUpdateScriptType _scriptType1, ReleaseUpdateScriptType _scriptType2)
Microsoft Dynamics AX 2012 (FPK)
protected RefRecId scheduleTransitionScriptType(ReleaseUpdateScriptType _scriptType1, ReleaseUpdateScriptType _scriptType2)
Microsoft Dynamics AX 2012 (SYS)
protected RefRecId scheduleTransitionScriptType(ReleaseUpdateScriptType _scriptType1, ReleaseUpdateScriptType _scriptType2)
Run On
ServerParameters
- _scriptType1
- Type: ReleaseUpdateScriptType Enumeration
The first script.
- _scriptType2
- Type: ReleaseUpdateScriptType Enumeration
The second script type.
- _scriptType3
- Type: ReleaseUpdateScriptType Enumeration
Community Additions
ADD
Show:
Note