ReleaseUpdateDB.addStartJob Method [AX 2012]

Adds an upgrade script as a start job.

Syntax

protected void addStartJob(
    IdentifierName _methodName, 
    ClassDescription _description, 
   [container _configKeys, 
    boolean _requiresXact])

Run On

Server

Parameters

  • _configKeys
    Type: container
    The module configuration key.
  • _requiresXact
    Type: boolean
    A NoYes enumeration value that indicates whether the framework will manage the transaction.

Remarks

Only run the script when the configuration key is enabled.

See Also

Reference

ReleaseUpdateDB Class