Share via


ReleaseUpdateCockpit.addJob Method [AX 2012]

Adds an upgrade job to the ReleaseUpdateScripts table.

Syntax

public int addJob(
    IdentifierName _methodName, 
    ClassDescription _description, 
    ClassId _classId, 
    ReleaseUpdateScriptType _scriptType, 
    ReleaseUpdateScriptStage _scriptStage, 
    ReleaseUpdateModule _module, 
    sysReleasedVersion _scriptVersion, 
    container _configKeys, 
    boolean _requiresXact, 
   [RefRecId _bulkCopyRecId, 
    ReleaseUpdatePriority _priorityCoefficient])

Run On

Server

Parameters

  • _configKeys
    Type: container
    A container that contains the script configuration keys.
  • _requiresXact
    Type: boolean
    A Boolean value that indicates whether an outer transaction is needed.

Return Value

Type: int
The scriptID value of the ReleaseUpdatePriority table.

See Also

Reference

ReleaseUpdateCockpit Class