ReleaseUpdateCockpit.scheduleModule Method [AX 2012]
Schedules the upgrade scripts depending on the module type and the script types.
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 scheduleModule(
ReleaseUpdateModule _module,
ReleaseUpdateScriptType _scriptType1,
ReleaseUpdateScriptType _scriptType2,
ReleaseUpdateScriptType _scriptType3,
RefRecId _parentTask)
Microsoft Dynamics AX 2012 R2 (SYS)
protected RefRecId scheduleModule(
ReleaseUpdateModule _module,
ReleaseUpdateScriptType _scriptType1,
ReleaseUpdateScriptType _scriptType2,
ReleaseUpdateScriptType _scriptType3,
RefRecId _parentTask)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected RefRecId scheduleModule(
ReleaseUpdateModule _module,
ReleaseUpdateScriptType _scriptType1,
ReleaseUpdateScriptType _scriptType2,
RefRecId _parentTask)
Microsoft Dynamics AX 2012 (FPK)
protected RefRecId scheduleModule(
ReleaseUpdateModule _module,
ReleaseUpdateScriptType _scriptType1,
ReleaseUpdateScriptType _scriptType2,
RefRecId _parentTask)
Microsoft Dynamics AX 2012 (SYS)
protected RefRecId scheduleModule(
ReleaseUpdateModule _module,
ReleaseUpdateScriptType _scriptType1,
ReleaseUpdateScriptType _scriptType2,
RefRecId _parentTask)
Run On
Server
Parameters
- _module
Type: ReleaseUpdateModule Extended Data Type
The script module.
- _scriptType1
Type: ReleaseUpdateScriptType Enumeration
The first script type.
- _scriptType2
Type: ReleaseUpdateScriptType Enumeration
The second script type.
- _scriptType3
Type: ReleaseUpdateScriptType Enumeration
- _parentTask
Type: RefRecId Extended Data Type
The parent task that all of the scripts depend on.
Return Value
Type: RefRecId Extended Data Type
The batch record ID of the transition job.