ReleaseUpdateCockpit.scheduleType Method [AX 2012]
Schedules upgrade scripts depending on a specified type.
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
ServerParameters
- _scriptType1
- Type: ReleaseUpdateScriptType Enumeration
The first type to be scheduled.
- _scriptType2
- Type: ReleaseUpdateScriptType Enumeration
The second type to be scheduled.
- _scriptType3
- Type: ReleaseUpdateScriptType Enumeration
- _parentTask
- Type: RefRecId Extended Data Type
The parent task that all these scripts depend on.
- _scheduleTransition
- Type: boolean
A Boolean value that indicates whether to schedule the transition job.
Community Additions
ADD
Show:
Note