ReleaseUpdateCockpit.parmSingleScriptMode Method [AX 2012]

Sets single script schedule mode.

public boolean parmSingleScriptMode(
   [boolean _singleScriptMode, 
    ClassId _classId, 
    MethodName _methodName])

Run On

Server

Parameters

_singleScriptMode
Type: boolean
A value of True schedules a single script.
_classId
Type: ClassId Extended Data Type
A value of True schedules a single script.
_methodName
Type: MethodName Extended Data Type
A value of True schedules a single script.

Return Value

Type: boolean
true if single script mode is set.

If the _singleScriptMode parameter is set to True, the cockpit form lets the user schedule a single script and its dependencies.

This method is used for debugging purposes only.

Community Additions

ADD
Show: